GetClientRectangle() Method
In This Topic
Gets the coordinates of the element.
Syntax
'Declaration
Public Overloads Overridable Function GetClientRectangle() As Rectangle
'Usage
Dim instance As PSShape
Dim value As Rectangle
value = instance.GetClientRectangle()
public virtual Rectangle GetClientRectangle()
Return Value
Coordinates of the element
See Also