Back to Devexpress

DXGraphics.Transform Property

corelibraries-devexpress-dot-drawing-dot-dxgraphics-d954c6bb.md

latest1004 B
Original Source

DXGraphics.Transform Property

Gets or sets a copy of the geometric world transformation.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXMatrix Transform { get; set; }
vb
Public Property Transform As DXMatrix

Property Value

TypeDescription
DXMatrix

A copy of the DXMatrix that is the geometric world transformation.

|

See Also

DXGraphics Class

DXGraphics Members

DevExpress.Drawing Namespace