This documentation is for the old version. Go to the latest Graphics Mill docs

TransformsProvider.Crop Method

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Overload List

Name Description
Public method Crop(Rectangle)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(RectangleF)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(Rectangle, Color)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(RectangleF, Color)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(Int32, Int32, Int32, Int32)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(Single, Single, Single, Single)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(Int32, Int32, Int32, Int32, Color)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

Public method Crop(Single, Single, Single, Single, Color)

Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).

See Also

Reference