DXBitmap.Crop(Rectangle) Method
In This Article
Crops the bitmap to the specified rectangle.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
rectangle | Rectangle | An area to which the bitmap should be cropped. |
#Returns
Type | Description |
---|---|
DXBitmap | The resulting bitmap. |
See Also