GdipAddPathBezierI (gdiplus)
Last changed: -195.229.241.181

.
Summary
TODO - a short description

C# Signature:

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

VB Signature:

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

User-Defined Types:

None.

Notes:

Tips & Tricks:

Please add some!

Sample Code:

Please add some !

Alternative Managed API:

Do you know one? Please contribute it!

Documentation