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

In This Topic
    Flatten Method (GraphicsPath)
    In This Topic
    Converts each curve in this path into a sequence of connected line segments.
    Syntax
    'Declaration
     
    Public Sub Flatten( _
       ByVal splineApproximatePrecision As Single _
    ) 
    public void Flatten( 
       float splineApproximatePrecision
    )

    Parameters

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