Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / GetGrabHandleRectangles Method
Rectangular area
Array of grab handles


In This Topic
    GetGrabHandleRectangles Method (IPSObject)
    In This Topic
    Gets the grab handle rectangles.
    Syntax
    'Declaration
     
    
    Sub GetGrabHandleRectangles( _
       ByVal r As Rectangle, _
       ByRef handleRects() As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As IPSObject
    Dim r As Rectangle
    Dim handleRects() As Rectangle
     
    instance.GetGrabHandleRectangles(r, handleRects)
    void GetGrabHandleRectangles( 
       Rectangle r,
       ref Rectangle[] handleRects
    )

    Parameters

    r
    Rectangular area
    handleRects
    Array of grab handles
    See Also