DrawLine abstract method
Implementation
void DrawLine(
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorStructType color,
);
void DrawLine(
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorStructType color,
);