VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathBase Class / Widen Methods / Widen(IDrawingPen) Method
Syntax Requirements SeeAlso
    Widen(IDrawingPen) Method (GraphicsPathBase)
    Replaces this graphics path with curves that enclose the area that is filled when this path is drawn by the specified pen.
    Syntax
    'Declaration
    
    Public Overloads Overridable Sub Widen( _
    ByVal pen
    A IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.
    As IDrawingPen _
    )
     

    Parameters

    pen
    A IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also