GetClientRectangle(Rectangle) Method
Gets the coordinates of the element.
'Declaration
Public Overloads Overridable Function GetClientRectangle( _
ByVal As Rectangle _
) As Rectangle
'Usage
Dim instance As ChartShape
Dim rectInput As Rectangle
Dim value As Rectangle
value = instance.GetClientRectangle(rectInput)
Parameters
- rectInput
- Rectangle object that contains the rectangle
Return Value
Coordinates of the element