DrawLine function
Implementation
void DrawLine(
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorD color,
) => _module.DrawLine(startPosX, startPosY, endPosX, endPosY, color);
void DrawLine(
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorD color,
) => _module.DrawLine(startPosX, startPosY, endPosX, endPosY, color);