ImageDrawRectangle abstract method
void
ImageDrawRectangle()
Implementation
void ImageDrawRectangle(
ImageStructType dst,
num posX,
num posY,
num width,
num height,
ColorStructType color,
);
void ImageDrawRectangle(
ImageStructType dst,
num posX,
num posY,
num width,
num height,
ColorStructType color,
);