DS.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
 

Parameters

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