ImageDrawLine function
void
ImageDrawLine()
See RaylibCoreFlatModule.ImageDrawLine.
Implementation
void ImageDrawLine(
StructPointer<ImageD> dst,
int startPosX,
int startPosY,
int endPosX,
int endPosY,
ColorD color,
) => _module.ImageDrawLine(dst, startPosX, startPosY, endPosX, endPosY, color);