Interface ISkiaDrawable
public interface ISkiaDrawable : ISkiaSharpView, IDisposable
- Inherited Members
- Extension Methods
Properties
FPS
double FPS { get; }
Property Value
FrameTime
long FrameTime { get; }
Property Value
HasDrawn
bool HasDrawn { get; }
Property Value
IsDrawing
bool IsDrawing { get; }
Property Value
IsHardwareAccelerated
bool IsHardwareAccelerated { get; }
Property Value
OnDraw
Return true if need force invalidation on next frame
Func<SKSurface, SKRect, bool> OnDraw { get; set; }
Property Value
Surface
SKSurface Surface { get; }
Property Value
Uid
Guid Uid { get; }