Search
RadialGradientBrush Constructor (Color, Color)
See Also
 






Initializes a new instance of the RadialGradientBrush class.

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

 Syntax

Java  Copy Code

public RadialGradientBrush (
    Color centerColor,
    Color surroundingColor
)

 Parameters

centerColor

A Color object representing the color at the center point.

surroundingColor

A Color object representing the surrounding color.

 See Also