Click or drag to resize

PdfiumFPDFBitmap_SetPixel Method

Sets the pixel at the specified coordinates to the specified color.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
x  Int32
The x-coordinate of the pixel to set.
y  Int32
The y-coordinate of the pixel to set.
color  UInt32
An uint value that represents the color to assign to the specified pixel.
See Also