Table of Contents

TUITextureBrush.CreateNew Method

Overloads

TUITextureBrush.CreateNew(TUIImage)

This method will return the appropriate Brush depending in the Graphics framework you are using to render images.

Syntax

Unit: FlexCel.Core

class function TUITextureBrush.CreateNew(const img: TUIImage): TUITextureBrush; static; overload;

Parameters

<-> Parameter Type Description
const img TUIImage Image for the brush.

See also

TUITextureBrush.CreateNew(TUIImage, TArray<Double>, TArray<Double>)

This method will return the appropriate Brush depending in the Graphics framework you are using to render images.

Syntax

Unit: FlexCel.Core

class function TUITextureBrush.CreateNew(const img: TUIImage; const atm: TArray<Double>; const canvasMatrix: TArray<Double>): TUITextureBrush; static; overload;

Parameters

<-> Parameter Type Description
const img TUIImage Image for the brush.
const atm TArray<Double> Transform Matrix for the pattern.
const canvasMatrix TArray<Double> Transform matrix for the graphics context.

See also