UIKit.UIScreen.SnapshotView Method
Creates a snapshot of the current screen's contents.

Syntax

[Foundation.Export("snapshotViewAfterScreenUpdates:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public virtual UIView SnapshotView (bool afterScreenUpdates)

Parameters

afterScreenUpdates
Documentation for this section has not yet been entered.

Returns

A new UIKit.UIView based on the current screen contents.

Remarks

The UIKit.UIView created by this method will contain an image based on the screen's current contents. Application developers can manipulate the resulting UIKit.UIView normally, except that attempts to manipulate the UIKit.CoreAnimation.CGImage of it's UIView.Layer's CoreAnimation.CALayer.Contents will silently fail.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0