DrawLine abstract method

void DrawLine(
  1. num startPosX,
  2. num startPosY,
  3. num endPosX,
  4. num endPosY,
  5. ColorStructType color,
)

Implementation

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