3 writes to _surface
Microsoft.Maui.Graphics.Skia (3)
SkiaBitmapExportContext.cs (3)
29
_surface
= SKSurface.Create(imageInfo);
34
_surface
= SKSurface.Create(imageInfo);
88
_surface
= null!;
5 references to _surface
Microsoft.Maui.Graphics.Skia (5)
SkiaBitmapExportContext.cs (5)
37
if (
_surface
== null)
42
_skiaCanvas =
_surface
.Canvas;
56
public SKImage SKImage => _image ?? (_image =
_surface
.Snapshot());
85
if (
_surface
!= null)
87
_surface
.Dispose();