NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Graphics.DrawBezier (Pen, Point, Point, Point, Point)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawBezier( _
   ByVal pen As Pen, _
   ByVal pt1 As Point, _
   ByVal pt2 As Point, _
   ByVal pt3 As Point, _
   ByVal pt4 As Point _
)
[C#]
public void DrawBezier(
   Pen pen,
   Point pt1,
   Point pt2,
   Point pt3,
   Point pt4
);
[C++]
public: void DrawBezier(
   Pen* pen,
   Point pt1,
   Point pt2,
   Point pt3,
   Point pt4
);
[JScript]
public function DrawBezier(
   pen : Pen,
   pt1 : Point,
   pt2 : Point,
   pt3 : Point,
   pt4 : Point
);

Parameters

pen
[To be supplied.]
pt1
[To be supplied.]
pt2
[To be supplied.]
pt3
[To be supplied.]
pt4
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawBezier Overload List