SaveFlags 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.
[System.Flags]
public enum SaveFlags
[<System.Flags>]
type SaveFlags =
- Inheritance
-
SaveFlags
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Matrix | 1 | |
| Clip | 2 | |
| HasAlphaLayer | 4 | |
| FullColorLayer | 8 | |
| ClipToLayer | 16 | |
| All | 31 | Restore everything when restore() is called (standard save flags). Note: for performance reasons, it is strongly recommended to pass this - the complete set of flags - to any call to saveLayer() and saveLayerAlpha() variants. Note: all methods that accept this flag have flagless versions that are equivalent to passing this flag. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.