Click or drag to resize

PdfiumFPDFBitmap_GetPixel Method

Gets the color value of the pixel at the specified coordinates.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static uint FPDFBitmap_GetPixel(
	IntPtr bitmap,
	int x,
	int y
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
x  Int32
The x-coordinate of the pixel to retrieve.
y  Int32
The y-coordinate of the pixel to retrieve.

Return Value

UInt32
An uint value that represents the color of the specified pixel.
See Also