.
static extern int GdipAddPathLineI(HandleRef path, int x1, int y1,
.
Declare Function GdipAddPathLineI Lib "gdiplus.dll" (TODO) As TODO
.
.
static extern int GdipAddPathLine2I(HandleRef path, HandleRef memorypts,
.
Declare Function GdipAddPathLine2I Lib "gdiplus.dll" (TODO) As TODO
.