Skip to main content

RichEditUnitConverter.twipsToPoints(value) Method

Converts a measurement from twips to points.

Declaration

twipsToPoints(
    value: number
): number

Parameters

Name Type Description
value number

The twips value to be converted.

Returns

Type Description
number

The result points value.

See Also