Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / GetClientRectangleF Method / GetClientRectangleF() Method


In This Topic
    GetClientRectangleF() Method
    In This Topic
    Gets the coordinates of the element.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function GetClientRectangleF() As RectangleF
    'Usage
     
    
    Dim instance As PSShape
    Dim value As RectangleF
     
    value = instance.GetClientRectangleF()
    protected virtual RectangleF GetClientRectangleF()

    Return Value

    Coordinates of the element
    See Also