ImageDrawRectangle abstract method
void
ImageDrawRectangle()
Draw rectangle within an image
Implementation
void ImageDrawRectangle(
ImageStructType dst,
num posX,
num posY,
num width,
num height,
ColorStructType color,
);