[]
Gets the coordinates of the element.
public virtual Rectangle GetClientRectangle()
Public Overridable Function GetClientRectangle() As Rectangle
Type | Description |
---|---|
Rectangle | Coordinates of the element |
Gets the coordinates of the element.
public virtual Rectangle GetClientRectangle(Rectangle rectInput)
Public Overridable Function GetClientRectangle(rectInput As Rectangle) As Rectangle
Type | Name | Description |
---|---|---|
Rectangle | rectInput | Rectangle object that contains the rectangle |
Type | Description |
---|---|
Rectangle | Coordinates of the element |