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

Crop Constructor

Creates new Crop class instance.

Overload List

Name Description
Public method Crop()

Creates new Crop class instance.

Public method Crop(Rectangle)

Creates new Crop class instance. You are specifying cropping rectangle here.

Public method Crop(RectangleF)

Creates new Crop class instance. You are specifying cropping rectangle here.

Public method Crop(Rectangle, Color)

Creates new Crop class instance. You are specifying cropping rectangle and background color here.

Public method Crop(RectangleF, Color)

Creates new Crop class instance. You are specifying cropping rectangle and background color here.

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

Creates new Crop class instance. You are specifying cropping rectangle here.

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

Creates new Crop class instance. You are specifying cropping rectangle here.

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

Creates new Crop class instance. You are specifying cropping rectangle and background color here.

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

Creates new Crop class instance. You are specifying cropping rectangle and background color here.

See Also

Reference