←Select platform

Copy Method

Summary

Copies the objects currently being edited to the clipboard.

Syntax

C#
VB
C++
public virtual void Copy() 
  
Public Overridable Sub Copy()  
public: 
virtual void Copy();  

Remarks

AnnAutomation can copy objects to the clipboard when one or more AnnObject objects are currently in edit mode (selected).

Use the CanCopy property to determine whether objects inside this AnnAutomation can currently be copied to the clipboard

You can call Copy followed by Delete to simulate a clipboard "cut" operation.

Example

For an example, refer to CanCopy.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly