Table of Contents

TUILinearGradientBrush.CalcRotatedCoords Method

Returns the rotated coordinates for the gradient, needed to define in platforms like PDF or OSX.

Syntax

Unit: FlexCel.Core

class function TUILinearGradientBrush.CalcRotatedCoords(const aPatternMatrix: TArray<Double>; const aBrushCoords: TUIRectangle): TUIRectangle; static;

Parameters

<-> Parameter Type Description
const aPatternMatrix TArray<Double>
const aBrushCoords TUIRectangle

See also