Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GraphicsPath Class / Widen Method / Widen(Pen,Matrix3x2,Matrix3x2) Method
The pen to apply to the source path.
The transformation to apply before widening.
The transformation to apply after widening.

In This Topic
    Widen(Pen,Matrix3x2,Matrix3x2) Method
    In This Topic
    Widens the GraphicsPath by the specified stroke and returns the result as a new path.
    Syntax
    'Declaration
     
    Public Overloads Function Widen( _
       ByVal pen As Pen, _
       ByVal transformBefore As System.Numerics.Matrix3x2, _
       ByVal transformAfter As System.Numerics.Matrix3x2 _
    ) As GraphicsPath
    public GraphicsPath Widen( 
       Pen pen,
       System.Numerics.Matrix3x2 transformBefore,
       System.Numerics.Matrix3x2 transformAfter
    )

    Parameters

    pen
    The pen to apply to the source path.
    transformBefore
    The transformation to apply before widening.
    transformAfter
    The transformation to apply after widening.
    See Also