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