共用方式為


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 如果轉譯成功,則為 。

屬性

適用於