Table of Contents

Constructor GraphicsConfigIdentity

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GraphicsConfigIdentity(Graphics)

Initializes a new instance of the GraphicsConfigIdentity struct.

public GraphicsConfigIdentity(Graphics graphics)

Parameters

graphics Graphics

The Graphics instance to use.

GraphicsConfigIdentity(GraphicsBackendType, float)

Initializes a new instance of the GraphicsConfigIdentity class with the specified backend type and scale factor.

public GraphicsConfigIdentity(GraphicsBackendType backendType, float scaleFactor)

Parameters

backendType GraphicsBackendType

The GraphicsBackendType to use.

scaleFactor float

The float representing the scale factor.