ImageMask.Item

ImageMask indexer

Gets the opacity of the specified pixel.

public abstract bool this[int x, int y] { get; }
ParameterDescription
xThe x-coordinate of the pixel.
yThe y-coordinate of the pixel.

Return Value

true if the specified pixel is opaque; otherwise, false.

See Also