Click or drag to resize
Accord.NET (logo)

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
Syntax
public CanvasCrop(
	Rectangle region
)
Request Example View Source

Parameters

region
Type: System.DrawingRectangle
Region to keep.
See Also