SKCanvasSaveLayerRecFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |