Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / GetClientRectangle Method / GetClientRectangle() Method


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

    Return Value

    Coordinates of the element
    See Also