Skip to main content

RichEditUnitConverter.pixelsToPoints(value) Method

Converts a measurement from pixels to points.

Declaration

pixelsToPoints(
    value: number
): number

Parameters

Name Type Description
value number

The pixels value to be converted.

Returns

Type Description
number

The result points value.

See Also