FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PaintSpecialForeground Method
Graphics device
Rectangle bounding the area


In This Topic
PaintSpecialForeground Method (CalloutArrowShape)
In This Topic
Paints special foreground.
Syntax
'Declaration
 
Protected Overridable Sub PaintSpecialForeground( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintSpecialForeground(g, r)

Parameters

g
Graphics device
r
Rectangle bounding the area
See Also