Struct DrawingStateDescription
Describes the drawing state of a render target.
public struct DrawingStateDescription
- Inherited Members
Fields
AntialiasMode
The antialiasing mode for subsequent nontext drawing operations.
public AntialiasMode AntialiasMode
Field Value
Tag1
A label for subsequent drawing operations.
public long Tag1
Field Value
Tag2
A label for subsequent drawing operations.
public long Tag2
Field Value
TextAntialiasMode
The antialiasing mode for subsequent text and glyph drawing operations.
public TextAntialiasMode TextAntialiasMode
Field Value
Transform
The transformation to apply to subsequent drawing operations.
public RawMatrix3x2 Transform
Field Value
- RawMatrix3x2