AbortPath (gdi32)
Last changed: Merlin-84.131.31.133

.
Summary
Closes and discards any paths in the specified device context.

C# Signature:

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

User-Defined Types:Kernel32

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!!!

Documentation
AbortPath on MSDN