9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
const toDevicePixels: (length: LengthType, auto?: number) => number;

Defined in: ui/styling/length-shared.ts

Converts LengthType unit to device pixels.

Parameters

ParameterTypeDescription
lengthLengthTypeThe LengthType to convert.
auto?numberValue to use for conversion of "auto". By default is Math.NaN.

Returns

number

Previous
equals
Next
parse