Crop.Apply Method

Produces a cropped copy of a given bitmap. The source bitmap remains unchanged.

Overload List

Name Description
Public method Apply(Bitmap)

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

(Inherited from Transform.)
Public method Static member Apply(Bitmap, Rectangle)

Produces a cropped copy of a given bitmap. The source bitmap remains unchanged.

Public method Static member Apply(Bitmap, Int32, Int32, Int32, Int32)

Produces a cropped copy of a given bitmap. The source bitmap remains unchanged.

See Also

Reference