Fills the specified area with the current page BackColor.
Fills the specified bounds with the current page BackColor.
[Visual Basic] Overloads Public Sub FillRect(RectangleF)
Fills the specified coordinates with the current page BackColor.
[Visual Basic] Overloads Public Sub FillRect(Single,Single,Single,Single)
Units are determined by the Page.Units property.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.