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 レンダリングが成功した場合は 。

属性

適用対象