ImageDrawLineEx function
Implementation
void ImageDrawLineEx(
Pointer<ImageC> dst,
Vector2C start,
Vector2C end,
int thick,
ColorC color,
) => _module.ImageDrawLineEx(dst, start, end, thick, color);
void ImageDrawLineEx(
Pointer<ImageC> dst,
Vector2C start,
Vector2C end,
int thick,
ColorC color,
) => _module.ImageDrawLineEx(dst, start, end, thick, color);