DrawLine method

String DrawLine(
  1. num startPosX,
  2. num startPosY,
  3. num endPosX,
  4. num endPosY,
  5. ColorBase<ColorBase> color,
)

Implementation

String DrawLine(
  num startPosX,
  num startPosY,
  num endPosX,
  num endPosY,
  ColorBase color,
) => 'DrawLine($startPosX, $startPosY, $endPosX, $endPosY, $color)';