Table of Contents

TDrawingCoordinate.FromCm Method

Creates a drawing coordinate from a measunement in centimeters.

Syntax

Namespace: FlexCel.Core

public static TDrawingCoordinate FromCm(Double p)

Parameters

<-> Parameter Type Description
p Double Value in cm.

Returns

The corresponding DrawingCoordinate.

See also