(Leadtools.Annotations.Automation)

PasteAt Method

Show in webframe




The activity context.
Top-left position of the pasted objects in container coordinates.
Copies the annotation objects from the clipboard to this AnnAutomation at the specified position.
Syntax
public void PasteAt( 
   Leadtools.Context context,
   LeadPointD position
)
public void PasteAt( 
   Leadtools.Context context,
   LeadPointD position
)

            
public void pasteAt(Context context, LeadPointD position)
 function Leadtools.Annotations.Automation.AnnAutomation.PasteAt( 
   context ,
   position 
)

Parameters

context
The activity context.
position
Top-left position of the pasted objects in container coordinates.
Remarks

Use the CanPaste property to determine whether annotation objects are in the clipboard and can be pasted. Use this property to update the user interface of your application (for example, enabling or disabling an Edit/Paste menu item). Call the PasteAt method to actually copy the objects from the clipboard to this AnnAutomation.

Note that the DeserializeObjectError event will fire if an error occur during the paste operation.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.