ImageDrawRectangle method
Implementation
String ImageDrawRectangle(
ImageBase dst,
num posX,
num posY,
num width,
num height,
ColorBase color,
) => 'ImageDrawRectangle($dst, $posX, $posY, $width, $height, $color)';
String ImageDrawRectangle(
ImageBase dst,
num posX,
num posY,
num width,
num height,
ColorBase color,
) => 'ImageDrawRectangle($dst, $posX, $posY, $width, $height, $color)';