[]
Gets the coordinates of the element.
protected virtual RectangleF GetClientRectangleF()
Protected Overridable Function GetClientRectangleF() As RectangleF
| Type | Description |
|---|---|
| RectangleF | Coordinates of the element |
Gets the coordinates of the element.
protected virtual RectangleF GetClientRectangleF(RectangleF rectInput)
Protected Overridable Function GetClientRectangleF(rectInput As RectangleF) As RectangleF
| Type | Name | Description |
|---|---|---|
| RectangleF | rectInput | Rectangle object that contains the rectangle |
| Type | Description |
|---|---|
| RectangleF | Coordinates of the element |