Skip to main content
All docs
V24.2

DXGraphics.Transform Property

Gets or sets a copy of the geometric world transformation.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public DXMatrix Transform { get; set; }

#Property Value

Type Description
DXMatrix

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

See Also