DXGraphicsPath.Flatten(DXMatrix) Method
Applies the specified transform and converts each curve in the GraphicsPath into a sequence of connected line segments.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| transform | DXMatrix | A matrix by which to transform this |
See Also