|
CanvasFill Constructor (Rectangle, Color)
|
Initializes a new instance of the
CanvasFill class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public CanvasFill(
Rectangle region,
Color fillColorRGB
)
Public Sub New (
region As Rectangle,
fillColorRGB As Color
)
Request Example
View SourceParameters
- region
- Type: System.DrawingRectangle
Region to fill. - fillColorRGB
- Type: System.DrawingColor
RGB color to use for filling areas inside of specified region in color images.
See Also