OnPaintBackground(Graphics,Rectangle) Method
Paints the background of the element.
'Declaration
Public Overloads Overridable Sub OnPaintBackground( _
ByVal As Graphics, _
ByVal As Rectangle _
)
'Usage
Dim instance As CanvasBase
Dim g As Graphics
Dim rectInput As Rectangle
instance.OnPaintBackground(g, rectInput)
Parameters
- g
- Graphics device
- rectInput
- Coordinates of the element