Table of Contents

TUISize.TUISize Constructor

Creates a new size with the specified width and height.

Syntax

Namespace: FlexCel.Core

public TUISize(Double aWidth, Double aHeight)

Parameters

<-> Parameter Type Description
aWidth Double Width.
aHeight Double Height.

See also