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.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public T Crop(
Rectangle rectangle
)
Public Function Crop (
rectangle As Rectangle
) As T
- rectangle Rectangle
- The cropping rectangle.
TThe same instance of this class.