Skip to main content

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