VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphicsPath Class / Widen Methods / Widen(IDrawingPen,Single) Method
Syntax Requirements SeeAlso
In This Topic
    Widen(IDrawingPen,Single) Method (GdiGraphicsPath)
    In This Topic
    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 Overrides 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 Vintasoft.Imaging.Drawing.IDrawingPen, _
    ByVal flatness
    A value that specifies the flatness for curves.
    As Single _
    )

    Parameters

    pen
    A IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.
    flatness
    A value that specifies the flatness for curves.
    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