Edit

Share via


SKCanvasSaveLayerRecFlags Enum

Definition

Specifies the options for saving a layer on an SKCanvas.

public enum SKCanvasSaveLayerRecFlags
Inheritance
SKCanvasSaveLayerRecFlags

Fields

Name Value Description
None 0

No special flags; use default layer behavior.

PreserveLcdText 2

Preserves LCD text rendering quality within the layer.

InitializeWithPrevious 4

Initializes the layer with a copy of the previous layer content.

F16ColorType 16

Allocates the layer in 16-bit floating-point color format for higher precision.

Applies to