Namespaces
toDevicePixels
Converts LengthType unit to device pixels.
const toDevicePixels: (length: LengthType, auto?: number) => number;Defined in: ui/styling/length-shared.ts
Converts LengthType unit to device pixels.
Parameters
| Parameter | Type | Description |
|---|---|---|
length | LengthType | The LengthType to convert. |
auto? | number | Value to use for conversion of "auto". By default is Math.NaN. |
Returns
number