AtalaImageFillRectangle Method (Rectangle, Color) |
Fills a specified rectangle in this image with a specified solid color.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void FillRectangle(
Rectangle rect,
Color fillColor
)
Public Sub FillRectangle (
rect As Rectangle,
fillColor As Color
)
Parameters
- rect
- Type: System.DrawingRectangle
The rectangular area to fill. - fillColor
- Type: System.DrawingColor
The color of the fill area.
Remarks This method is faster then using the Drawing namespace to draw a simple solid rectangle.
See Also