[]
Widens the GraphicsPath by the specified stroke and returns the result as a new path.
public GraphicsPath Widen(Pen pen)
| Type | Name | Description |
|---|---|---|
| Pen | pen | The pen to apply to the source path. |
| Type | Description |
|---|---|
| GraphicsPath |
Widens the GraphicsPath by the specified stroke and returns the result as a new path.
public GraphicsPath Widen(Pen pen, Matrix3x2 transformBefore, Matrix3x2 transformAfter)
| Type | Name | Description |
|---|---|---|
| Pen | pen | The pen to apply to the source path. |
| Matrix3x2 | transformBefore | The transformation to apply before widening. |
| Matrix3x2 | transformAfter | The transformation to apply after widening. |
| Type | Description |
|---|---|
| GraphicsPath |