Interface IGraphicsContextProvider
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
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.