UIView.Capture(Boolean) Method

Definition

Performs a screen-capture of the UIView.

public UIKit.UIImage Capture (bool afterScreenUpdates = true);
member this.Capture : bool -> UIKit.UIImage

Parameters

afterScreenUpdates
Boolean

If true, the capture occurs after screen updating has finished.

Returns

Remarks

This method is slower than SnapshotView(Boolean).

Applies to