DXGraphicsPath.Transform(DXMatrix) Method
Applies a transform matrix to this GraphicsPath.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| matrix | DXMatrix | The transformation matrix to apply. |
See Also