Table of Contents

TCropArea.TCropArea Constructor

Overloads

TCropArea.TCropArea

Creates a new crop area with no crop.

Syntax

Namespace: FlexCel.Core

public TCropArea()

See also

TCropArea.TCropArea(Int32, Int32, Int32, Int32)

Creates a new crop area with the indicated coordinates.

Syntax

Namespace: FlexCel.Core

public TCropArea(Int32 aCropFromTop, Int32 aCropFromBottom, Int32 aCropFromLeft, Int32 aCropFromRight)

Parameters

<-> Parameter Type Description
aCropFromTop Int32
aCropFromBottom Int32
aCropFromLeft Int32
aCropFromRight Int32

See also