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.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public T Crop(
int x,
int y,
int width,
int height
)
Public Function Crop (
x As Integer,
y As Integer,
width As Integer,
height As Integer
) As T
- 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.
TThe same instance of this class.