Interface IImageMask
Contents
[
Hide
]IImageMask interface
Describes a mask.
public interface IImageMask : ICloneable
Properties
Name | Description |
---|---|
Bounds { get; } | Gets the bounds, in pixels, of this mask. |
Height { get; } | Gets the height, in pixels, of this mask. |
SelectionBounds { get; } | Gets the bounds of the selected part of the mask, in pixels. |
Source { get; } | Gets the source image used to create this mask, if exists. |
Width { get; } | Gets the width, in pixels, of this mask. |
Methods
Name | Description |
---|---|
GetByteOpacity(int, int) | Gets the opacity of the specified pixel with byte precision. |
IsOpaque(int, int) | Checks if the specified pixel is opaque. |
IsTransparent(int, int) | Checks if the specified pixel is transparent. |
See Also
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging