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


In This Topic
    GetClientRectangle() Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetClientRectangle() As Rectangle
    'Usage
     
    
    Dim instance As CanvasContainerBase
    Dim value As Rectangle
     
    value = instance.GetClientRectangle()
    public virtual Rectangle GetClientRectangle()

    Return Value

    Coordinates of the control
    See Also