IImageMask.IsTransparent
IImageMask.IsTransparent method
Checks if the specified pixel is transparent.
public bool IsTransparent(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 transparent; otherwise, false.
See Also
- interface IImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging