Table of Contents

TUITextureBrush.Create Method

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

Syntax

Namespace: FlexCel.Core

public static TUITextureBrush Create(TUIImage img, Double[] atm, Double[] canvasMatrix)

Parameters

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

See also