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.FillRectangle (Brush, RectangleF)

[To be supplied.]

[Visual Basic]
Overloads Public Sub FillRectangle( _
   ByVal brush As Brush, _
   ByVal rect As RectangleF _
)
[C#]
public void FillRectangle(
   Brush brush,
   RectangleF rect
);
[C++]
public: void FillRectangle(
   Brush* brush,
   RectangleF rect
);
[JScript]
public function FillRectangle(
   brush : Brush,
   rect : RectangleF
);

Parameters

brush
[To be supplied.]
rect
[To be supplied.]

See Also

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