[To be supplied.]
[Visual Basic] Public Sub FillPath( _ ByVal brush As Brush, _ ByVal path As GraphicsPath _ ) [C#] public void FillPath( Brush brush, GraphicsPath path ); [C++] public: void FillPath( Brush* brush, GraphicsPath* path ); [JScript] public function FillPath( brush : Brush, path : GraphicsPath );
Graphics Class | Graphics Members | System.Drawing Namespace