Table of Contents

TUIRectangle.FromLTRB Method

Creates a new rectangle with the specified coordinates.

Syntax

Namespace: FlexCel.Core

public static TUIRectangle FromLTRB(Double aLeft, Double aTop, Double aRight, Double aBottom)

Parameters

<-> Parameter Type Description
aLeft Double Left coordinate.
aTop Double Top coordinate.
aRight Double Right coordinate.
aBottom Double Bottom coordinate.

See also