Converts each curve in this path into a sequence of connected line segments using the specified factor.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void Flatten ( |
Visual Basic
Copy Code
|
|---|
Sub Flatten( _ |
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