Table of Contents

TUISize Structure

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

Syntax

Namespace: FlexCel.Core

public struct TUISize

Constructors

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

Operators

Properties

Name Description
Empty Returns a size with width = 0 and height = 0.
Width Width from the size.
Height Height from the size.