Interface IManagedGraphicsContext
Represents a managed wrapper around a SkiaSharp context
Inherited Members
Namespace: Artemis.Core.SkiaSharp
Assembly: Artemis.Core.dll
Syntax
public interface IManagedGraphicsContext : IDisposable
Properties
GraphicsContext
Gets the graphics context created by this wrapper
Declaration
GRContext GraphicsContext { get; }
Property Value
Type | Description |
---|---|
GRContext |