[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GraphicsPath.Widen

Widen Method

Widen(Pen)

Widens the GraphicsPath by the specified stroke and returns the result as a new path.

Declaration
public GraphicsPath Widen(Pen pen)
Public Function Widen(pen As Pen) As GraphicsPath
Parameters
Type Name Description
Pen pen

The pen to apply to the source path.

Returns
Type Description
GraphicsPath

Widen(Pen, Matrix3x2, Matrix3x2)

Widens the GraphicsPath by the specified stroke and returns the result as a new path.

Declaration
public GraphicsPath Widen(Pen pen, Matrix3x2 transformBefore, Matrix3x2 transformAfter)
Public Function Widen(pen As Pen, transformBefore As Matrix3x2, transformAfter As Matrix3x2) As GraphicsPath
Parameters
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.

Returns
Type Description
GraphicsPath