ImageMask.Crop
Contents
[
Hide
]Crop(Rectangle)
Crops mask with the specified rectangle.
public abstract ImageMask Crop(Rectangle rectangle)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The specified rectangle. |
Return Value
An ImageMask.
See Also
- struct Rectangle
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging
Crop(Size)
Crops mask with the specified size.
public ImageMask Crop(Size size)
Parameter | Type | Description |
---|---|---|
size | Size | The specified size. |
Return Value
An ImageMask.
See Also
- struct Size
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging
Crop(int, int)
Crops mask with the specified width and height.
public ImageMask Crop(int width, int height)
Parameter | Type | Description |
---|---|---|
width | Int32 | The specified width. |
height | Int32 | The specified height. |
Return Value
An ImageMask.
See Also
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging