[]
Creates a GraphicsPath from the current set of figures.
public GraphicsPath ToPath(FillMode fillMode = FillMode.Alternate)
| Type | Name | Description |
|---|---|---|
| FillMode | fillMode | Specifies how the interior of closed figures is filled. |
| Type | Description |
|---|---|
| GraphicsPath |
Creates a GraphicsPath from the current set of figures.
public GraphicsPath ToPath(FillMode fillMode, Matrix3x2 worldTransform)
| Type | Name | Description |
|---|---|---|
| FillMode | fillMode | Specifies how the interior of closed figures is filled. |
| Matrix3x2 | worldTransform | The transformation to apply to path figures. |
| Type | Description |
|---|---|
| GraphicsPath |