Layout.GetLineAscent(Int32) 메서드

정의

지정한 줄에 있는 텍스트의 상승을 가져옵니다.

[Android.Runtime.Register("getLineAscent", "(I)I", "")]
public int GetLineAscent(int line);
[<Android.Runtime.Register("getLineAscent", "(I)I", "")>]
member this.GetLineAscent : int -> int

매개 변수

line
Int32

반품

특성

설명

지정한 줄에 있는 텍스트의 상승을 가져옵니다. 반환 값은 Paint.ascent() 규칙과 일치하도록 음수입니다.

에 대한 android.text.Layout.getLineAscent(int)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상