Copy Method

Top  Previous  Next

The Copy method copies the selected area to the clipboard.

 

VB.NET Syntax

 

Display.Copy

 

C# Syntax

 

Display.Copy;

 

 

Remarks

 

The EnableSelection property must be set to true to allows you select an area of the emulator-screen.

 

See also EnableSelection property and Paste method.