Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / GetClientRectangle Method / GetClientRectangle(Rectangle) Method


In This Topic
GetClientRectangle(Rectangle) Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overloads Overridable Function GetClientRectangle( _
   ByVal rectInput As Rectangle _
) As Rectangle
 
'Usage
 
Dim instance As ElementControl
Dim rectInput As Rectangle
Dim value As Rectangle
 
value = instance.GetClientRectangle(rectInput)

Parameters

rectInput

Return Value

Coordinates of the control
See Also