Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / PaintGrabHandles Method
Graphics device interface
Rectangular area


In This Topic
    PaintGrabHandles Method (IPSObject)
    In This Topic
    Paints the grab handles.
    Syntax
    'Declaration
     
    
    Sub PaintGrabHandles( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As IPSObject
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintGrabHandles(g, r)
    void PaintGrabHandles( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device interface
    r
    Rectangular area
    See Also