GraphicsPath::Flatten Method

 

Converts each curve in this path into a sequence of connected line segments.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodFlatten()

Converts each curve in this path into a sequence of connected line segments.

System_CAPS_pubmethodFlatten(Matrix^)

Applies the specified transform and then converts each curve in this GraphicsPath into a sequence of connected line segments.

System_CAPS_pubmethodFlatten(Matrix^, Single)

Converts each curve in this GraphicsPath into a sequence of connected line segments.

Return to top
Show: