ImageDrawCircle function
Implementation
void ImageDrawCircle(
Pointer<ImageC> dst,
int centerX,
int centerY,
int radius,
ColorC color,
) => _module.ImageDrawCircle(dst, centerX, centerY, radius, color);
void ImageDrawCircle(
Pointer<ImageC> dst,
int centerX,
int centerY,
int radius,
ColorC color,
) => _module.ImageDrawCircle(dst, centerX, centerY, radius, color);