[]
Widens the GraphicsPath by the specified stroke and returns the result as a new path.
public GraphicsPath Widen(Pen pen)
Public Function Widen(pen As Pen) As GraphicsPath
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)
Public Function Widen(pen As Pen, transformBefore As Matrix3x2, transformAfter As Matrix3x2) As GraphicsPath
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 |