ImageBitMask.SetMaskPixel
ImageBitMask.SetMaskPixel method
Sets the opacity to the specified pixel.
public void SetMaskPixel(int x, int y, bool value)
Parameter | Type | Description |
---|---|---|
x | Int32 | The x-coordinate of the pixel. |
y | Int32 | The y-coordinate of the pixel. |
value | Boolean | true if the specified pixel is opaque; otherwise, false. |
See Also
- class ImageBitMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging