ImageDrawLine method
void
ImageDrawLine()
Implementation
void ImageDrawLine(
Pointer<ImageC> dst,
int startPosX,
int startPosY,
int endPosX,
int endPosY,
ColorC color,
) {
return _ImageDrawLine(dst, startPosX, startPosY, endPosX, endPosY, color);
}