Namespaces
toDevicePixels
function toDevicePixels(value: number): number;Defined in: utils/layout-helper/index.d.ts:59
Convert device independent pixels to device pixels - dip to px.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | number | The pixel to convert. |
Returns
number
- Previous
- toDeviceIndependentPixels
- Next
- ClassInfo