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