CTLine.GetTypographicBounds メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetTypographicBounds() |
線の入力値の幅を返します。 |
GetTypographicBounds(nfloat, nfloat, nfloat) |
行に関する文字体裁情報を返します。 |
GetTypographicBounds()
線の入力値の幅を返します。
public double GetTypographicBounds ();
member this.GetTypographicBounds : unit -> double
戻り値
行の幅。エラーがある場合は 0。
注釈
M:CoreText.CTLine.GetTypographicBounds(out float, out float, out float) メソッドを使用して、行の文字体裁機能に関する詳細情報を取得します。
iOS 6.0 以降では、 は、 GetBounds(CTLineBoundsOptions) このメソッドよりも詳細な入力情報を提供します。
適用対象
GetTypographicBounds(nfloat, nfloat, nfloat)
行に関する文字体裁情報を返します。
public double GetTypographicBounds (out nfloat ascent, out nfloat descent, out nfloat leading);
member this.GetTypographicBounds : * * -> double
パラメーター
- ascent
- nfloat
行の上昇を返します。
- descent
- nfloat
線の降下を返します。
- leading
- nfloat
行の先頭を返します。
戻り値
行の幅。エラーがある場合は 0。
注釈
iOS 6.0 以降では、 は、 GetBounds(CTLineBoundsOptions) このメソッドよりも詳細な入力情報を提供します。