RichEditUnitConverter.pixelsToInches(value) Method
Converts a measurement from pixels to inches.
Declaration
pixelsToInches(
value: number
): number
Parameters
Name | Type | Description |
---|---|---|
value | number | The pixels value to be converted. |
Returns
Type | Description |
---|---|
number | The result inches value. |
See Also