Table of Contents

Struct DrawingStateDescription1

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes the drawing state of a device context.

public struct DrawingStateDescription1
Inherited Members

Fields

AntialiasMode

The antialiasing mode for subsequent nontext drawing operations.

public AntialiasMode AntialiasMode

Field Value

AntialiasMode

PrimitiveBlend

The blend mode for the device context to apply to subsequent drawing operations.

public PrimitiveBlend PrimitiveBlend

Field Value

PrimitiveBlend

Tag1

A label for subsequent drawing operations.

public long Tag1

Field Value

long

Tag2

A label for subsequent drawing operations.

public long Tag2

Field Value

long

TextAntialiasMode

The antialiasing mode for subsequent text and glyph drawing operations.

public TextAntialiasMode TextAntialiasMode

Field Value

TextAntialiasMode

Transform

The transformation to apply to subsequent drawing operations.

public RawMatrix3x2 Transform

Field Value

RawMatrix3x2

UnitMode

public UnitMode UnitMode

Field Value

UnitMode