[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.DrawingStateDescription

Struct DrawingStateDescription

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_DRAWING_STATE_DESCRIPTION

public struct DrawingStateDescription
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

AntialiasMode

D2D1_ANTIALIAS_MODE antialiasMode

public AntialiasMode AntialiasMode

Field Value

AntialiasMode

Tag1

unsigned longlong tag1

public long Tag1

Field Value

long

Tag2

unsigned longlong tag2

public long Tag2

Field Value

long

TextAntialiasMode

D2D1_TEXT_ANTIALIAS_MODE textAntialiasMode

public TextAntialiasMode TextAntialiasMode

Field Value

TextAntialiasMode

Transform

D2D_MATRIX_3X2_F transform

public Matrix3x2 Transform

Field Value

Matrix3x2