Spread Windows Forms 12.0 Product Documentation
PaintGrabHandles(Graphics,Rectangle) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : PaintGrabHandles(Graphics,Rectangle) Method
Graphics device
Bounding rectangle for the object
Draws the handles for sizing.
Syntax
'Declaration
 
Public Overrides Sub PaintGrabHandles( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
'Usage
 
Dim instance As ChartShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintGrabHandles(g, r)
public override void PaintGrabHandles( 
   Graphics g,
   Rectangle r
)

Parameters

g
Graphics device
r
Bounding rectangle for the object
See Also

Reference

ChartShape Class
ChartShape Members