Table of Contents

TDrawingCoordinate.FromMm Method

Creates a drawing coordinate from a measunement in milimeters.

Syntax

Namespace: FlexCel.Core

public static TDrawingCoordinate FromMm(Double p)

Parameters

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

Returns

The corresponding DrawingCoordinate.

See also