[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.DMatrix

DMatrix Struct

Contains the result of matrix decomposition.

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public struct DMatrix
Public Structure DMatrix

Fields

Name Description
Rotation

The rotation angle in radians.

ScaleX

The value to scale by on the X axis.

ScaleY

The value to scale by on the Y axis.

SkewX

The X angle, in radians.

SkewY

The Y angle, in radians.

TranslationX

The X offset.

TranslationY

The Y offset.

Methods

Name Description
ToMatrix()

Creates the Matrix3x2 from decomposition info.

ToString()
TryCreate(Matrix3x2, out DMatrix)

Tries to create the DMatrix from Matrix3x2.