RasterImage.GetPixel

RasterImage.GetPixel method

Gets an image pixel.

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

Return Value

The pixel color for the specified location.

See Also