VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / IGraphicsPath Interface / Widen Methods / Widen(IDrawingPen,Single) Method
Syntax Requirements SeeAlso
In This Topic
    Widen(IDrawingPen,Single) Method (IGraphicsPath)
    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 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, _
    ByVal flatness
    A value that specifies the flatness for curves.
    As Single _
    )
    public void Widen(
    IDrawingPen pen,
    float flatness
    )
    public: void Widen(
    IDrawingPen* pen,
    float flatness
    )
    public:
    void Widen(
    IDrawingPen^ pen,
    float flatness
    )

    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