UIView.DrawViewHierarchy(CGRect, Boolean) Metodo

Definizione

Esegue il rendering della gerarchia di visualizzazione completa visibile sullo schermo.

[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

Parametri

rect
CGRect
afterScreenUpdates
Boolean

Restituisce

true se il rendering ha avuto esito positivo.

Attributi

Si applica a