Version

GetPixelAt Method

Gets a pixel value
Syntax
public static byte[] GetPixelAt( 
   object bitmap,
   int x,
   int y
)

Parameters

bitmap
The bitmap
x
x offset of the pixel
y
y offset of the pixel

Return Value

The value at the specified x and y coordinate
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also