Interface IManagedGraphicsContext
Represents a managed wrapper around a SkiaSharp context
public interface IManagedGraphicsContext : IDisposable
- Inherited Members
Properties
GraphicsContext
Gets the graphics context created by this wrapper
GRContext GraphicsContext { get; }