Search
IGraphicsPath.Flatten Method (Double)
See Also
 





Converts each curve in this path into a sequence of connected line segments using the specified factor.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void Flatten (
    double flatness
)

Visual Basic  Copy Code

Sub Flatten( _
    flatness As Double _
)

 Parameters

flatness

Specifies the factor of the flatness. This value ranges between 1 and 100. Reducing the flatness value will increase the number of line segments in the approximation.

 See Also