[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.GradientSection.-ctor

GradientSection Constructor

GradientSection(Color, int, int)

Creates a new color gradient section with the specified parameters.

Declaration
public GradientSection(Color color, int amount, int alphaBlend)
Public Sub New(color As Color, amount As Integer, alphaBlend As Integer)
Parameters
Type Name Description
Color color

Color

int amount

Amount of the gradient

int alphaBlend

Amount of alpha-blending (transparency)

GradientSection(Color, int)

Creates a new color gradient section with the specified parameters.

Declaration
public GradientSection(Color color, int amount)
Public Sub New(color As Color, amount As Integer)
Parameters
Type Name Description
Color color

Color

int amount

Amount of the gradient

GradientSection(Color)

Creates a new color gradient section with default settings.

Declaration
public GradientSection(Color color)
Public Sub New(color As Color)
Parameters
Type Name Description
Color color

Color