2 writes to _image
Microsoft.Maui.Graphics.Skia (2)
SkiaBitmapExportContext.cs (2)
55
public SKImage SKImage => _image ?? (
_image
= _surface.Snapshot());
88
_image
= null;
3 references to _image
Microsoft.Maui.Graphics.Skia (3)
SkiaBitmapExportContext.cs (3)
55
public SKImage SKImage =>
_image
?? (_image = _surface.Snapshot());
85
if (
_image
!= null)
87
_image
.Dispose();