SKPixmap.GetPixels Method

Definition

Overloads

GetPixels()

Returns the memory address of the pixels.

GetPixels(Int32, Int32)

Returns the memory address of the pixels at (x, y).

GetPixels()

Returns the memory address of the pixels.

public IntPtr GetPixels ();

Returns

Applies to

GetPixels(Int32, Int32)

Returns the memory address of the pixels at (x, y).

public IntPtr GetPixels (int x, int y);

Parameters

x
Int32

The column index, zero or greater, and less than the pixmap width.

y
Int32

The row index, zero or greater, and less than the pixmap height.

Returns

Applies to