Search
GradientBrush Constructor (Color, Color, Int32)
See Also
 






Initializes a new instance of the GradientBrush class.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public GradientBrush (
    Color color1,
    Color color2,
    int angle
)

 Parameters

color1

A Color object representing the start color of the gradient.

color2

A Color object representing the end color of the gradient.

angle

An integer value specifying the gradient orientation.

 See Also