FillBackgroundWithGradient Method (PSObject)
Fills the background with a gradient.
'Declaration
Protected Overridable Sub FillBackgroundWithGradient( _
ByVal As Graphics, _
ByVal As Rectangle _
)
'Usage
Dim instance As PSObject
Dim g As Graphics
Dim r As Rectangle
instance.FillBackgroundWithGradient(g, r)
Parameters
- g
- Graphics device
- r
- Bounding rectangle for the gradient