ImageGrayscaleMask.IsTransparent
ImageGrayscaleMask.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
- class ImageGrayscaleMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging