Search Results for

    Show / Hide Table of Contents

    TUITextureBrush.CreateNew Method

    Overloads

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

    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

    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

    • TUITextureBrush
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com