LEADTOOLS Annotations (Leadtools.Annotations assembly)

Move Method (AnnEditDesigner)

Show in webframe





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
) 

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

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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