Table of Contents

TDrawingCoordinate.Create Method

Creates a coordinate in Emus. To use other units, use the "From..." methods of this struct.

Syntax

Unit: FlexCel.Core

class function TDrawingCoordinate.Create(const aEmu: Int64): TDrawingCoordinate; static; overload;

Parameters

<-> Parameter Type Description
const aEmu Int64 Value of the coordinate.

See also