ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / Widen Method
Specifies the maximum permitted error between the curve and its flattened approximation.

In This Topic
    Widen Method (GraphicsPath)
    In This Topic
    Replaces this path with sequence of connected line segments that enclose the area.
    Syntax
    'Declaration
     
    Public Sub Widen( _
       ByVal width As Single _
    ) 
    public void Widen( 
       float width
    )

    Parameters

    width
    Specifies the maximum permitted error between the curve and its flattened approximation.
    See Also