ImageTaskBaseTCrop(Int32, Int32, Int32, Int32) Method

Crops the current image to the given coordinates and size. 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(
	int x,
	int y,
	int width,
	int height
)

Parameters

x  Int32
The x-coordinate of the upper-left corner of the cropping rectangle.
y  Int32
The y-coordinate of the upper-left corner of the cropping rectangle.
width  Int32
The width of the cropping rectangle.
height  Int32
The height of the cropping rectangle.

Return Value

T
The same instance of this class.

See Also