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.DrawPath

[To be supplied.]

[Visual Basic]
Public Sub DrawPath( _
   ByVal pen As Pen, _
   ByVal path As GraphicsPath _
)
[C#]
public void DrawPath(
   Pen pen,
   GraphicsPath path
);
[C++]
public: void DrawPath(
   Pen* pen,
   GraphicsPath* path
);
[JScript]
public function DrawPath(
   pen : Pen,
   path : GraphicsPath
);

Parameters

pen
[To be supplied.]
path
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace