SKBitmap.Reset Method

Definition

Reset the bitmap to its initial state.

public void Reset ();

Remarks

The result is a bitmap with zero width and height, and no pixels. Its color type is set to Unknown. If we are a (shared) owner of the pixels, that ownership is decremented.

Applies to