FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PaintFocusRectangle Method
Graphics device
Bounding rectangle for the object


In This Topic
PaintFocusRectangle Method (CalloutArrowShape)
In This Topic
Draws the focus rectangle.
Syntax
'Declaration
 
Protected Overridable Sub PaintFocusRectangle( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintFocusRectangle(g, r)

Parameters

g
Graphics device
r
Bounding rectangle for the object
See Also