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


In This Topic
PaintSpecialBackground Method (RoundedRectangleShape)
In This Topic
Asks the control to repaint the background for the object.
Syntax
'Declaration
 
Protected Overridable Sub PaintSpecialBackground( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintSpecialBackground(g, r)

Parameters

g
Graphics device
r
Bounding rectangle for the object
See Also