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

In This Topic
    Widen(Pen) 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 _
    ) As GraphicsPath
    public GraphicsPath Widen( 
       Pen pen
    )

    Parameters

    pen
    The pen to apply to the source path.
    See Also