Table of Contents

Interface IGraphicsContextProvider

Namespace
Artemis.Core.Providers
Assembly
Artemis.Core.dll

Represents a class that can provide one or more graphics IManagedGraphicsContext instances by name.

public interface IGraphicsContextProvider

Properties

GraphicsContextName

Gets the name of the graphics context.

string GraphicsContextName { get; }

Property Value

string

Methods

GetGraphicsContext()

Creates an instance of the managed graphics context this provider provides.

IManagedGraphicsContext? GetGraphicsContext()

Returns

IManagedGraphicsContext

An instance of the resulting managed graphics context if successfully created; otherwise null.