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


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

Parameters

g
Graphics device
r
Rectangle bounding the area
See Also