Share via


UIView.DrawViewHierarchy(CGRect, Boolean) Method

Definition

[Foundation.Export("drawViewHierarchyInRect:afterScreenUpdates:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DrawViewHierarchy(CoreGraphics.CGRect rect, bool afterScreenUpdates);
[<Foundation.Export("drawViewHierarchyInRect:afterScreenUpdates:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawViewHierarchy : CoreGraphics.CGRect * bool -> bool
override this.DrawViewHierarchy : CoreGraphics.CGRect * bool -> bool

Parameters

rect
CGRect
afterScreenUpdates
Boolean

Returns

Attributes

Applies to