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

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

Converts FixedLengthType unit to device pixels.

Parameters

ParameterTypeDescription
lengthFixedLengthTypeThe FixedLengthType to convert.

Returns

number

Previous
equals
Next
parse