|
CanvasCrop Constructor (Rectangle)
|
Initializes a new instance of the
CanvasCrop class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic CanvasCrop(
Rectangle region
)
Public Sub New (
region As Rectangle
)
Request Example
View SourceParameters
- region
- Type: System.DrawingRectangle
Region to keep.
See Also