|
CanvasFill Constructor (Rectangle, Byte)
|
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,
byte fillColorGray
)
Public Sub New (
region As Rectangle,
fillColorGray As Byte
)
Request Example
View SourceParameters
- region
- Type: System.DrawingRectangle
Region to fill. - fillColorGray
- Type: SystemByte
Gray color to use for filling areas inside of specified region in grayscale images.
See Also