CloseFigure (gdi32)
Last changed: anonymous

.
Summary
Closes the current figure and starts a new figure.

C# Signature:

[DllImport("gdi32.dll")]
static extern bool CloseFigure(IntPtr hdc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
CloseFigure on MSDN