UIView.DrawViewHierarchy(CGRect, Boolean) Método

Definición

Representa la jerarquía de vistas completa visible en pantalla.

[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

Parámetros

rect
CGRect
afterScreenUpdates
Boolean

Devoluciones

true si la representación se realizó correctamente.

Atributos

Se aplica a