ImageMask.Item
ImageMask indexer
Gets the opacity of the specified pixel.
public abstract bool this[int x, int y] { get; }
Parameter | Description |
---|---|
x | The x-coordinate of the pixel. |
y | The y-coordinate of the pixel. |
Return Value
true if the specified pixel is opaque; otherwise, false.
See Also
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging