UIFontMetrics.GetScaledValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 の標準サイズのテキストを含むオブジェクトの高さ。
戻り値
- 属性