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