Class SkiaDrawingContext
public class SkiaDrawingContext
- Inheritance
-
SkiaDrawingContext
- Derived
- Inherited Members
- Extension Methods
Properties
Canvas
public SKCanvas Canvas { get; set; }
Property Value
DeviceDensity
public static float DeviceDensity { get; }
Property Value
FrameTimeNanos
public long FrameTimeNanos { get; set; }
Property Value
Height
public float Height { get; set; }
Property Value
IsRecycled
Reusing surface from previous cache
public bool IsRecycled { get; set; }
Property Value
IsVirtual
Recording cache
public bool IsVirtual { get; set; }
Property Value
Services
public static IServiceProvider Services { get; }
Property Value
Superview
public DrawnView? Superview { get; set; }
Property Value
Surface
public SKSurface Surface { get; set; }
Property Value
Width
public float Width { get; set; }
Property Value
Methods
Clone()
public SkiaDrawingContext Clone()
Returns
CreateForRecordingImage(SKSurface, SKSize)
public SkiaDrawingContext CreateForRecordingImage(SKSurface surface, SKSize size)
Parameters
Returns
CreateForRecordingOperations(SKPictureRecorder, SKRect)
public SkiaDrawingContext CreateForRecordingOperations(SKPictureRecorder recorder, SKRect cacheRecordingArea)
Parameters
recorderSKPictureRecordercacheRecordingAreaSKRect