Table of Contents

TUIRectangle.TUIRectangle Constructor

Creates a new UIRectangle with the specified starting point, height and width.

Syntax

Namespace: FlexCel.Core

public TUIRectangle(Double aX, Double aY, Double aWidth, Double aHeight)

Parameters

<-> Parameter Type Description
aX Double X coordinate of the rectangle.
aY Double Y coordinate of the rectangle.
aWidth Double Width of the rectangle.
aHeight Double Height of the rectangle

See also