Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl 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 ElementContainerControl
    Dim rectInput As Rectangle
    Dim value As Rectangle
     
    value = instance.GetClientRectangle(rectInput)
    public virtual Rectangle GetClientRectangle( 
       Rectangle rectInput
    )

    Parameters

    rectInput

    Return Value

    Coordinates of the control
    See Also