[]
        
(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)
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)
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