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
Properties
- AntialiasMode
The antialiasing mode for subsequent nontext drawing operations.
- 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.