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