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