Edit

SKPixmap.Reset Method

Definition

Overloads

Name Description
Reset()

Reset the pixmap to an empty pixmap.

Reset(SKImageInfo, IntPtr, Int32)

Resets the pixmap to the specified pixels.

Reset()

Reset the pixmap to an empty pixmap.

public void Reset();

Applies to

Reset(SKImageInfo, IntPtr, Int32)

Resets the pixmap to the specified pixels.

public void Reset(SkiaSharp.SKImageInfo info, IntPtr addr, int rowBytes);

Parameters

info
SKImageInfo

The image information of the pixels.

addr
IntPtr

The memory address of the pixels.

rowBytes
Int32

The number of bytes per row.

Applies to