FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PaintGrabHandles(Graphics,Rectangle) Method
Graphics device
Bounding rectangle for the object


In This Topic
PaintGrabHandles(Graphics,Rectangle) Method
In This Topic
Draws the handles for sizing.
Syntax
'Declaration
 
Public Overridable Sub PaintGrabHandles( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintGrabHandles(g, r)

Parameters

g
Graphics device
r
Bounding rectangle for the object
See Also