Skip to main content
A newer version of this page is available. .

RichEditUnitConverter.pointsToTwips(value) Method

Converts a measurement from points to twips.

Declaration

pointsToTwips(
    value: number
): number

Parameters

Name Type Description
value number

The points value to be converted.

Returns

Type Description
number

The result twips value.

See Also