gdipaddpathline (gdiplus)
Last changed: -117.226.231.194

.
Summary
TODO - a short description

C# Signature:

[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]
static extern int GdipAddPathLineI(HandleRef path, int x1, int y1,
   int x2, int y2);

VB Signature:

Declare Function GdipAddPathLineI Lib "gdiplus.dll" (TODO) As TODO

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