Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / GetClientRectangleF Method / GetClientRectangleF(RectangleF) Method
Rectangle object that contains the rectangle


In This Topic
    GetClientRectangleF(RectangleF) Method
    In This Topic
    Gets the coordinates of the element.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Function GetClientRectangleF( _
       ByVal rectInput As RectangleF _
    ) As RectangleF
    'Usage
     
    
    Dim instance As PSObject
    Dim rectInput As RectangleF
    Dim value As RectangleF
     
    value = instance.GetClientRectangleF(rectInput)
    protected override RectangleF GetClientRectangleF( 
       RectangleF rectInput
    )

    Parameters

    rectInput
    Rectangle object that contains the rectangle

    Return Value

    Coordinates of the element
    See Also