ImageTaskBaseTCrop(Rectangle) Method

Crops the current image to the given rectangle. The command is added to the chain and not executed until the actual processing is done.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public T Crop(
	Rectangle rectangle
)

Parameters

rectangle  Rectangle
The cropping rectangle.

Return Value

T
The same instance of this class.

See Also