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.DrawCurve (Pen, PointF[], Int32, Int32, Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawCurve( _
   ByVal pen As Pen, _
   ByVal points() As PointF, _
   ByVal offset As Integer, _
   ByVal numberOfSegments As Integer, _
   ByVal tension As Single _
)
[C#]
public void DrawCurve(
   Pen pen,
   PointF[] points,
   int offset,
   int numberOfSegments,
   float tension
);
[C++]
public: void DrawCurve(
   Pen* pen,
   PointF* points[],
   int offset,
   int numberOfSegments,
   float tension
);
[JScript]
public function DrawCurve(
   pen : Pen,
   points : PointF[],
   offset : int,
   numberOfSegments : int,
   tension : float
);

Parameters

pen
[To be supplied.]
points
[To be supplied.]
offset
[To be supplied.]
numberOfSegments
[To be supplied.]
tension
[To be supplied.]

See Also

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