[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.FillBackgroundWithGradient

FillBackgroundWithGradient Method

FillBackgroundWithGradient(Graphics, Rectangle)

Fills the background of the object with a gradient.

Declaration
protected override void FillBackgroundWithGradient(Graphics g, Rectangle r)
Protected Overrides Sub FillBackgroundWithGradient(g As Graphics, r As Rectangle)
Parameters
Type Name Description
Graphics g

Graphics device

Rectangle r

Bounding rectangle for the shape

Overrides