[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]
static extern int GdipAddPathArc(HandleRef path, float x, float y,
float width, float height, float startAngle, float sweepAngle);
<DllImport("gdiplus.dll", CharSet := CharSet.Unicode, ExactSpelling := True)> _
Private Shared Function GdipAddPathArc(path As HandleRef, x As Single, y As Single, width As Single, height As Single, startAngle As Single, sweepAngle As Single) As Integer
End Function
Declare Function GdipAddPathArc Lib "gdiplus.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
GraphicsPath.AddArc from the System.Drawing.Drawing2D namespace