DXGraphicsPath.Flatten Method
Name | Parameters | Description |
---|---|---|
Flatten() | none | Converts each curve in the path into a sequence of connected line segments. |
Flatten(DXMatrix, Single) | transform, flatness |
Applies the specified transform and converts each curve in this GraphicsPath into a sequence of connected line segments.
|
Flatten(DXMatrix) | transform |
Applies the specified transform and converts each curve in the GraphicsPath into a sequence of connected line segments.
|