RasterImage.GetArgb32Pixel

RasterImage.GetArgb32Pixel method

Gets an image 32-bit ARGB pixel.

public int GetArgb32Pixel(int x, int y)
ParameterTypeDescription
xInt32The pixel x location.
yInt32The pixel y location.

Return Value

The 32-bit ARGB pixel for the specified location.

See Also