TUIPathGradientBrush.CreateNew Method
This method will return the appropriate Brush depending in the Graphics framework you are using to render images.
Syntax
Unit: FlexCel.Core
class function TUIPathGradientBrush.CreateNew(const aIsRectangular: Boolean; const aRect: TUIRectangle; const aCenterPoint: TUIPointF): TUIPathGradientBrush; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aIsRectangular |
Boolean |
|
const |
aRect |
TUIRectangle |
|
const |
aCenterPoint |
TUIPointF |
|
See also