 | IBitmapImageGRectFill Method |
Draws a filled rectangle. Origin is bottom left.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxvoid GRectFill(
int xStart,
int yStart,
int width,
int height,
int colourRGB
)
Parameters
- xStart
- Type: SystemInt32
Rectangle start x co-ordinate. - yStart
- Type: SystemInt32
Rectangle start y co-ordinate. - width
- Type: SystemInt32
Rectangle width. - height
- Type: SystemInt32
Rectangle height. - colourRGB
- Type: SystemInt32
Colour code.
Exceptions
See Also