Table of Contents

Struct D2D1.Matrix3X2F

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll
public struct D2D1.Matrix3X2F
Inherited Members

Fields

Identity

public static readonly D2D1.Matrix3X2F Identity

Field Value

D2D1.Matrix3X2F

_11

public float _11

Field Value

float

_12

public float _12

Field Value

float

_21

public float _21

Field Value

float

_22

public float _22

Field Value

float

_31

public float _31

Field Value

float

_32

public float _32

Field Value

float

Operators

implicit operator Matrix3X2F(AffineTransform)

public static implicit operator D2D1.Matrix3X2F(AffineTransform t)

Parameters

t AffineTransform

Returns

D2D1.Matrix3X2F

implicit operator AffineTransform(Matrix3X2F)

public static implicit operator AffineTransform(D2D1.Matrix3X2F m)

Parameters

m D2D1.Matrix3X2F

Returns

AffineTransform