Table of Contents

TDrawingCoordinate.FromPi Method

Creates a drawing coordinate from a measunement in Pi Excel units.

Syntax

Unit: FlexCel.Core

class function TDrawingCoordinate.FromPi(const p: Double): TDrawingCoordinate; static;

Parameters

<-> Parameter Type Description
const p Double Value in pi Excel units.

Returns

The corresponding DrawingCoordinate.

See also