Search Results for

    Show / Hide Table of Contents

    TCropArea.Create Method

    Overloads

    • TCropArea.Create
    • TCropArea.Create(Integer, Integer, Integer, Integer)

    TCropArea.Create

    Creates a new crop area with no crop.

    Syntax

    Unit: FlexCel.Core

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

    See also

    • TCropArea

    TCropArea.Create(Integer, Integer, Integer, Integer)

    Creates a new crop area with the indicated coordinates.

    Syntax

    Unit: FlexCel.Core

    class function TCropArea.Create(const aCropFromTop: Integer; const aCropFromBottom: Integer; const aCropFromLeft: Integer; const aCropFromRight: Integer): TCropArea; static; overload;

    Parameters

    <-> Parameter Type Description
    const aCropFromTop Integer
    const aCropFromBottom Integer
    const aCropFromLeft Integer
    const aCropFromRight Integer

    See also

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