다음을 통해 공유


UITableView.RectForRowAtIndexPath(NSIndexPath) 메서드

정의

지정된 행의 그리기 영역을 반환합니다.

[Foundation.Export("rectForRowAtIndexPath:")]
public virtual CoreGraphics.CGRect RectForRowAtIndexPath (Foundation.NSIndexPath indexPath);
abstract member RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
override this.RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect

매개 변수

indexPath
NSIndexPath

테이블 뷰의 특정 행에 대한 인덱스 경로입니다.

반환

테이블 뷰에서 행을 그릴 위치를 정의하거나 Empty 가 유효하지 않은 경우 indexPath 를 정의하는 사각형입니다.

특성

적용 대상