Converts each curve in this System.Drawing.Drawing2D.GraphicsPath into a sequence of connected line segments.
- matrix
A System.Drawing.Drawing2D.Matrix by which to transform this System.Drawing.Drawing2D.GraphicsPath before flattening.
- flatness
Specifies the maximum permitted error between the curve and its flattened approximation. A value of 0.25 is the default. Reducing the flatness value will increase the number of line segments in the approximation.