次の方法で共有


UIFontMetrics.GetScaledValue メソッド

定義

オーバーロード

GetScaledValue(nfloat)

現在の動的な種類の設定から拡大/縮小されたレイアウトの高さを返します。

GetScaledValue(nfloat, UITraitCollection)

現在の動的な種類の設定から拡大/縮小されたレイアウトの高さを返します。

GetScaledValue(nfloat)

現在の動的な種類の設定から拡大/縮小されたレイアウトの高さを返します。

[Foundation.Export("scaledValueForValue:")]
public virtual nfloat GetScaledValue (nfloat value);
abstract member GetScaledValue : nfloat -> nfloat
override this.GetScaledValue : nfloat -> nfloat

パラメーター

value
nfloat

Dynamic Type の標準サイズのテキストを含むオブジェクトの高さ。

戻り値

属性

適用対象

GetScaledValue(nfloat, UITraitCollection)

現在の動的な種類の設定から拡大/縮小されたレイアウトの高さを返します。

[Foundation.Export("scaledValueForValue:compatibleWithTraitCollection:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetScaledValue (nfloat value, UIKit.UITraitCollection traitCollection);
abstract member GetScaledValue : nfloat * UIKit.UITraitCollection -> nfloat
override this.GetScaledValue : nfloat * UIKit.UITraitCollection -> nfloat

パラメーター

value
nfloat

Dynamic Type の標準サイズのテキストを含むオブジェクトの高さ。

traitCollection
UITraitCollection

スケーリングされた値の計算に使用する特徴コレクション。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象