LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Move Method (AnnEditDesigner)






An AnnSize structure that represents the offset to be used when moving the object.
Moves the object.
Syntax
protected virtual void Move( 
   AnnSize size
)
'Declaration
 
Protected Overridable Sub Move( _
   ByVal size As AnnSize _
) 
'Usage
 
Dim instance As AnnEditDesigner
Dim size As AnnSize
 
instance.Move(size)
protected virtual void Move( 
   AnnSize size
)
 function Leadtools.Annotations.AnnEditDesigner.Move( 
   size 
)
protected:
virtual void Move( 
   AnnSize size
) 

Parameters

size
An AnnSize structure that represents the offset to be used when moving the object.
Remarks
This method is called when the user clicks and drags on the object itself of this AnnEditDesigner. Derived classes can override this method and provide the necessary functionality to update the edited object coordinates. The default implementation calls the AnnObject.Translate method.
Example
For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.