MobileForms Toolkit Documentation

CompactImage.Crop Method 

Crops the image to specified region reducing its size.

public void Crop(
Rectangle rect
);

Parameters

rect
The cropping rectangle specifying the portion of the newly created image.

Remarks

The cropping rectangle specifies the portion of the image relative to the original image, which will remaina after performing Crop.

Exceptions

Exception Type Condition

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace