Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / GetClientRectangle Method / GetClientRectangle(Rectangle) Method
Rectangle object that contains the rectangle


In This Topic
    GetClientRectangle(Rectangle) Method
    In This Topic
    Gets the coordinates of the element.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetClientRectangle( _
       ByVal rectInput As Rectangle _
    ) As Rectangle
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim rectInput As Rectangle
    Dim value As Rectangle
     
    value = instance.GetClientRectangle(rectInput)
    public virtual Rectangle GetClientRectangle( 
       Rectangle rectInput
    )

    Parameters

    rectInput
    Rectangle object that contains the rectangle

    Return Value

    Coordinates of the element
    See Also