ImageMask.IsOpaque
ImageMask.IsOpaque method
Checks if the specified pixel is opaque.
public bool IsOpaque(int x, int y)
Parameter | Type | Description |
---|---|---|
x | Int32 | The x-coordinate of the pixel. |
y | Int32 | 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