Table of Contents

Interface IManagedGraphicsContext

Namespace
Artemis.Core.SkiaSharp
Assembly
Artemis.Core.dll

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; }

Property Value

GRContext