[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 );
Graphics Class | Graphics Members | System.Drawing Namespace