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


In This Topic
FillBackgroundWithGradient Method (RoundedRectangleShape)
In This Topic
Fills the background of the object with a gradient.
Syntax
'Declaration
 
Protected Overridable Sub FillBackgroundWithGradient( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim g As Graphics
Dim r As Rectangle
 
instance.FillBackgroundWithGradient(g, r)

Parameters

g
Graphics device
r
Bounding rectangle for the shape
See Also