IBarGraphicsFillRectangle Method |
Fills the rectangle.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax void FillRectangle(
Brush backBrush,
Rectangle r
)
Sub FillRectangle (
backBrush As Brush,
r As Rectangle
)
Parameters
- backBrush
- Type: System.DrawingBrush
The fill brush. - r
- Type: System.DrawingRectangle
The rectangle to fill.
See Also