Back to Devexpress

DXMatrix Properties

corelibraries-devexpress-dot-drawing-dot-dxmatrix-dot-underscore-properties.md

latest1.7 KB
Original Source

DXMatrix Properties

Encapsulates a 3x2 affine matrix used for geometric transformations.

NameDescription
AObtains the value in the first row and first column.
BObtains the value in the first row and second column.
CObtains the value in the second row and first column.
DObtains the value in the second row and second column.
EObtains the value in the third row and first column.
ElementsObtains the matrix elements.’
FObtains the value in the third row and second column.
IsIdentityGets whether this DXMatrix is the identity matrix.
IsInvertibleGets whether the DXMatrix object is invertible.
OffsetXGets the x translation value (the dx value, or the element in the third row and first column).
OffsetYGets the y translation value (the dy value, or the element in the third row and second column).

See Also

DXMatrix Class

DXMatrix Members

DevExpress.Drawing Namespace