[]
Creates a GraphicsPath from the current set of figures.
public GraphicsPath ToPath(FillMode fillMode = FillMode.Alternate)
Public Function ToPath(Optional fillMode As FillMode = FillMode.Alternate) As GraphicsPath
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)
Public Function ToPath(fillMode As FillMode, worldTransform As Matrix3x2) As GraphicsPath
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 |