Namespaces
toDevicePixels
Converts FixedLengthType unit to device pixels.
const toDevicePixels: (length: FixedLengthType) => number;Defined in: ui/styling/length-shared.ts
Converts FixedLengthType unit to device pixels.
Parameters
| Parameter | Type | Description |
|---|---|---|
length | FixedLengthType | The FixedLengthType to convert. |
Returns
number