Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

useScalingMultiplier

useScalingMultiplier(originalSize: number, scalingProps: ScalingProps): number

Hook to retrieve the UI scaling multiplier value based on original size and scaling properties.

The scaling multiplier can be applied to values that have different scaling properties, but should be scaled at the same rate, like the height and width of an image. In most cases, developers should prefer the useScaledSize hook.

Parameters

originalSize

number

The original size to scale (in DIP if PLATFORM_DENSITY_INDEPENDENT_PIXEL is enabled, or in physical pixels otherwise)

scalingProps

ScalingProps

Properties that define how scaling should be applied

Returns

number

The scaling multiplier


Last updated: Jul 22, 2026