UIView.DrawViewHierarchy(CGRect, Boolean) 메서드

정의

화면에 표시되는 전체 보기 계층 구조를 렌더링합니다.

[Foundation.Export("drawViewHierarchyInRect:afterScreenUpdates:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool DrawViewHierarchy (CoreGraphics.CGRect rect, bool afterScreenUpdates);
abstract member DrawViewHierarchy : CoreGraphics.CGRect * bool -> bool
override this.DrawViewHierarchy : CoreGraphics.CGRect * bool -> bool

매개 변수

rect
CGRect
afterScreenUpdates
Boolean

반환

true 렌더링이 성공하면 입니다.

특성

적용 대상