Table of Contents

TUIPointF.Create Method

Creates a new Point.

Syntax

Unit: FlexCel.Core

class function TUIPointF.Create(const aX: Double; const aY: Double): TUIPointF; static; overload;

Parameters

<-> Parameter Type Description
const aX Double X coord.
const aY Double Y coord.

See also