Table of Contents

TDrawingRelativeRect Record

A rectangle with coordinates used in a drawing.

Syntax

Unit: FlexCel.Core

TDrawingRelativeRect = record;

Methods

Name Description
Create Overloaded
Create
Create(Double, Double, Double, Double)
Equals Returns true if both classes contain the same rectangle.
GetHashCode Returns the hashcode for this object.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.

Properties

Name Description
Left Percentage of the left coordinate. Might be negative.
Top Percentage of the top coordinate. Might be negative.
Right Percentage of the right coordinate. Might be negative.
Bottom Percentage of the bottom coordinate. Might be negative.
Height Bottom - Top
Width Right - Left