ImageDrawLine method
void
ImageDrawLine()
Draw line within an image
Implementation
void ImageDrawLine(Pointer<ImageC> dst, int startPosX, int startPosY, int endPosX, int endPosY, ColorC color)
=> _ImageDrawLine(dst, startPosX, startPosY, endPosX, endPosY, color);