C# Class SkiaSharp.SKAutoCanvasRestore

Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Dispose ( ) : void
Restore ( ) : void

Perform the restore now, instead of waiting for the Dispose. Will only do this once.

SKAutoCanvasRestore ( SKCanvas canvas ) : System
SKAutoCanvasRestore ( SKCanvas canvas, bool doSave ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Restore() public méthode

Perform the restore now, instead of waiting for the Dispose. Will only do this once.
public Restore ( ) : void
Résultat void

SKAutoCanvasRestore() public méthode

public SKAutoCanvasRestore ( SKCanvas canvas ) : System
canvas SKCanvas
Résultat System

SKAutoCanvasRestore() public méthode

public SKAutoCanvasRestore ( SKCanvas canvas, bool doSave ) : System
canvas SKCanvas
doSave bool
Résultat System