Table of Contents

TDrawingCoordinate.FromPoints Method

Creates a drawing coordinate from a measunement in points. (1/72 of an inch)

Syntax

Unit: FlexCel.Core

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

Parameters

<-> Parameter Type Description
const p Double Value in points (1/72 of an inch).

Returns

The corresponding DrawingCoordinate.

See also