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

[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
);

Parameters

brush
[To be supplied.]
path
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace