Table of Contents

TDrawingCoordinate.FromMm Method

Creates a drawing coordinate from a measunement in milimeters.

Syntax

Unit: FlexCel.Core

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

Parameters

<-> Parameter Type Description
const p Double Value in mm.

Returns

The corresponding DrawingCoordinate.

See also