Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetRotationRectangle Method
The FpSpread control.
The viewport row index.
The viewport column index.
The drawing object.


In This Topic
    GetRotationRectangle Method
    In This Topic
    Gets the rectangle of the rotation anchor.
    Syntax
    'Declaration
     
    
    Public Shared Function GetRotationRectangle( _
       ByVal spread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal drawingObject As DrawingObject _
    ) As Rectangle
    'Usage
     
    
    Dim spread As FpSpread
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim drawingObject As DrawingObject
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetRotationRectangle(spread, rowPane, columnPane, drawingObject)
    public static Rectangle GetRotationRectangle( 
       FpSpread spread,
       int rowPane,
       int columnPane,
       DrawingObject drawingObject
    )

    Parameters

    spread
    The FpSpread control.
    rowPane
    The viewport row index.
    columnPane
    The viewport column index.
    drawingObject
    The drawing object.
    See Also