Fill the background of the RectangleF area, using the
fill type from this Fill.
| C# | Visual Basic | Visual C++ |
public void Draw( Graphics g, RectangleF rect )
Public Sub Draw ( _ g As Graphics, _ rect As RectangleF _ )
public: void Draw ( Graphics^ g, RectangleF rect )
- g (Graphics)
- A graphic device object to be drawn into. This is normally e.Graphics from the PaintEventArgs argument to the Paint() method.
- rect (RectangleF)
- The RectangleF struct specifying the area to be filled
