Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / GetRotateHandleRectangle(Rectangle) Method
Rectangle


In This Topic
    GetRotateHandleRectangle(Rectangle) Method
    In This Topic
    Gets the rotate handle rectangle.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetRotateHandleRectangle( _
       ByVal r As Rectangle _
    ) As Rectangle
    'Usage
     
    
    Dim instance As PSObject
    Dim r As Rectangle
    Dim value As Rectangle
     
    value = instance.GetRotateHandleRectangle(r)
    public virtual Rectangle GetRotateHandleRectangle( 
       Rectangle r
    )

    Parameters

    r
    Rectangle
    See Also