ImageDrawLine abstract method
void
ImageDrawLine()
Implementation
void ImageDrawLine(
ImageStructType dst,
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorStructType color,
);
void ImageDrawLine(
ImageStructType dst,
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorStructType color,
);