Creates a new Image by cropping an area out of an existing image.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Collapse imageSyntax

C#
public FilterChain Crop(
	Rectangle cropArea
)
Visual Basic
Public Function Crop ( _
	cropArea As Rectangle _
) As FilterChain
Visual C++
public:
FilterChain^ Crop(
	Rectangle cropArea
)

Parameters

cropArea
Type: System.Drawing..::..Rectangle
The area to be cropped from the source image.

Return Value

This FilterChain.

Collapse imageSee Also