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 _
) 
 

Parameters

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