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


In This Topic
PaintForegroundImage Method (ThreeWayArrowShape)
In This Topic
Draws the foreground image.
Syntax
'Declaration
 
Protected Overridable Sub PaintForegroundImage( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintForegroundImage(g, r)

Parameters

g
Graphics device
r
Bounding rectangle for the object
See Also