Table of Contents

TUIPathGradientBrush Class

A platform-independent Path gradient implementation.

Syntax

Unit: FlexCel.Core

TUIPathGradientBrush = class(TUIBrush);

Methods

Name Description
CreateNew This method will return the appropriate Brush depending in the Graphics framework you are using to render images.
InvertBlend Inverts the colors of the gradient.

Properties

Name Description
Rectangle Rectangle that defines the gradient.
TransformElements Transform matrix.
IsRectangular If true, this gradient is rectangular, else it is radial.
InterpolationColors Colors that define the gradient.
CenterPoint Center of the gradient.
CenterColor Color for the center of the gradient.
SurroundColor Colors on the ouside of the path.