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 如果呈现成功,则为 。

属性

适用于