|
Crop Constructor
|
Initializes a new instance of the
Crop class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Crop(
Rectangle rect
)
Public Sub New (
rect As Rectangle
)
Request Example
View SourceParameters
- rect
- Type: System.DrawingRectangle
Rectangle to crop.
See Also