ImageDrawCircle abstract method
void
ImageDrawCircle()
Draw a filled circle within an image
Implementation
void ImageDrawCircle(
ImageStructType dst,
num centerX,
num centerY,
num radius,
ColorStructType color,
);