WidenPath (gdi32)
Last changed: -115.39.252.31

.
Summary

C# Signature:

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

VB Signature:

<DllImport("gdi32.dll")> _
Private Shared Function WidenPath(hdc As IntPtr) As Boolean
End Function

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
WidenPath on MSDN