MobileForms Toolkit Documentation

ImageBox.Crop Method

Crops the image reducing its dimensions.

Overload List

Crops the image reducing its dimensions.

public void Crop();

Crops the image to its smaller portion specified by cropBounds parameter.

public void Crop(Rectangle);

See Also

ImageBox Class | Resco.Controls.ImageBox Namespace