Fills the specified area with the current page BackColor.
| Overload | Description |
|---|---|
| FillRect(Single,Single,Single,Single) | Fills the specified coordinates with the current page BackColor. |
| FillRect(RectangleF) | Fills the specified bounds with the current page BackColor. |
| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
Units are determined by the Page.Units property.