3 writes to _surface
Microsoft.Maui.Graphics.Skia (3)
SkiaBitmapExportContext.cs (3)
27
_surface
= SKSurface.Create(imageInfo);
32
_surface
= SKSurface.Create(imageInfo);
82
_surface
= null;
5 references to _surface
Microsoft.Maui.Graphics.Skia (5)
SkiaBitmapExportContext.cs (5)
35
if (
_surface
== null)
41
_skiaCanvas =
_surface
.Canvas;
55
public SKImage SKImage => _image ?? (_image =
_surface
.Snapshot());
79
if (
_surface
!= null)
81
_surface
.Dispose();