Search Results for

    Show / Hide Table of Contents

    TDrawingRelativeRect.Create Method

    Overloads

    • TDrawingRelativeRect.Create
    • TDrawingRelativeRect.Create(Double, Double, Double, Double)

    TDrawingRelativeRect.Create

    Initializes an instance.

    Syntax

    Unit: FlexCel.Core

    class function TDrawingRelativeRect.Create: TDrawingRelativeRect; static; overload;

    See also

    • TDrawingRelativeRect

    TDrawingRelativeRect.Create(Double, Double, Double, Double)

    Creates a new instance.

    Syntax

    Unit: FlexCel.Core

    class function TDrawingRelativeRect.Create(const aLeft: Double; const aTop: Double; const aRight: Double; const aBottom: Double): TDrawingRelativeRect; static; overload;

    Parameters

    <-> Parameter Type Description
    const aLeft Double Percentage of the left coordinate. Might be negative.
    const aTop Double Percentage of the top coordinate. Might be negative.
    const aRight Double Percentage of the right coordinate. Might be negative.
    const aBottom Double Percentage of the bottom coordinate. Might be negative.

    See also

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