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, Int32, Int32, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub FillRectangle( _
   ByVal brush As Brush, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public void FillRectangle(
   Brush brush,
   int x,
   int y,
   int width,
   int height
);
[C++]
public: void FillRectangle(
   Brush* brush,
   int x,
   int y,
   int width,
   int height
);
[JScript]
public function FillRectangle(
   brush : Brush,
   x : int,
   y : int,
   width : int,
   height : int
);

Parameters

brush
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]

See Also

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