Table of Contents

TUISize Record

A platform independent Size structure. Width and Height are floating point numbers.

Syntax

Unit: FlexCel.Core

TUISize = record;

Methods

Name Description
Create Creates a new size with the specified width and height.

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
Empty Returns a size with width = 0 and height = 0.
Width Width from the size.
Height Height from the size.