Table of Contents

TDrawingCoordinate.FromPoints Method

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

Syntax

Namespace: FlexCel.Core

public static TDrawingCoordinate FromPoints(Double p)

Parameters

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

Returns

The corresponding DrawingCoordinate.

See also