Table of Contents

Struct DrawingStateDescription

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes the drawing state of a device context.
D2D1_DRAWING_STATE_DESCRIPTION1

public struct DrawingStateDescription : IEquatable<DrawingStateDescription>
Implements
Inherited Members

Constructors

DrawingStateDescription(AntialiasMode, TextAntialiasMode, ulong, ulong, in Matrix3x2Float, PrimitiveBlend, UnitMode)

Properties

AntialiasMode

The antialiasing mode for subsequent nontext drawing operations.

Default
PrimitiveBlend

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

Tag1

A label for subsequent drawing operations.

Tag2

A label for subsequent drawing operations.

TextAntialiasMode

The antialiasing mode for subsequent text and glyph drawing operations.

Transform

The transformation to apply to subsequent drawing operations.

UnitMode

How units will be interpreted.

Methods

Equals(DrawingStateDescription)
Equals(in DrawingStateDescription)
Equals(object?)
GetHashCode()

Operators

operator ==(in DrawingStateDescription, in DrawingStateDescription)
operator !=(in DrawingStateDescription, in DrawingStateDescription)