SkiaCanvasStateService.Reset(SkiaCanvasState) Method
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.
Resets the specified canvas state to default values.
public:
void Reset(Microsoft::Maui::Graphics::Skia::SkiaCanvasState ^ currentState);
public void Reset(Microsoft.Maui.Graphics.Skia.SkiaCanvasState currentState);
member this.Reset : Microsoft.Maui.Graphics.Skia.SkiaCanvasState -> unit
Public Sub Reset (currentState As SkiaCanvasState)
Parameters
- currentState
- SkiaCanvasState
The canvas state to reset.