ImageDrawLine method

String ImageDrawLine(
  1. ImageBase<ImageBase> dst,
  2. num startPosX,
  3. num startPosY,
  4. num endPosX,
  5. num endPosY,
  6. ColorBase<ColorBase> color,
)

Implementation

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