UIView.Capture(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).