Back to Devexpress

DXMatrix Class

corelibraries-devexpress-dot-drawing-3b883e1e.md

latest2.6 KB
Original Source

DXMatrix Class

Encapsulates a 3x2 affine matrix used for geometric transformations.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public class DXMatrix
vb
Public Class DXMatrix

The following members return DXMatrix objects:

Show 13 links

LibraryRelated API Members
Cross-Platform Class LibraryBaseLeafPrimitive.Transform
BrushObject.Transform
DXGraphics.Transform
DXMatrix.Clone()
DXMatrix.CreateRotateMatrix(Single)
DXMatrix.CreateScaleMatrix(Single, Single)
DXMatrix.CreateShearMatrix(Single, Single)
DXMatrix.CreateTranslateMatrix(Single, Single)
DXMatrix.CreateWarpMatrix(RectangleF, IReadOnlyList<PointF>)
DXMatrix.CreateWarpMatrix(RectangleF, RectangleF)
DXTilingBrush.Transform
Office File APILayoutFloatingObject.GetRotationMatrix()
LayoutTextBox.GetRotationMatrix()

Inheritance

Object DXMatrix

See Also

DXMatrix Members

DevExpress.Drawing Namespace