Search
RadialGradientBrush Constructor
See Also
 






Initializes a new instance of the RadialGradientBrush class.

Namespace: com.mindfusion.drawing
File: 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