Search
LinearGradientBrush Constructor (Color, Color)
See Also
 





Initializes a new instance of the LinearGradientBrush class with the specified start and end colors.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public LinearGradientBrush (
    Color color1,
    Color color2
)

Visual Basic  Copy Code

Public New ( _
    color1 As Color, _
    color2 As Color _
)

 Parameters

color1

The first color of the gradient.

color2

The second color of the gradient.

 See Also