VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathWrapper Class / Widen Methods / Widen(IDrawingPen) Method
Syntax Requirements SeeAlso
In This Topic
    Widen(IDrawingPen) Method (GraphicsPathWrapper)
    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 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 _
    )
    public virtual void Widen(
    IDrawingPen pen
    )
    public: virtual void Widen(
    IDrawingPen* pen
    )
    public:
    virtual void Widen(
    IDrawingPen^ pen
    )

    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