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) 이 메서드보다 더 세밀한 입력 체계 정보를 제공합니다.