LEADTOOLS Winrt (Leadtools.Annotations.Designers)
LEAD Technologies, Inc

Move Method (AnnEditDesigner)


The horizontal offset to be used when moving the object.
The vertical offset to be used when moving the object.
Moves the object. WinRT support
Syntax
protected virtual void Move( 
   double offsetX,
   double offsetY
)
 function Leadtools.Annotations.Designers.AnnEditDesigner.Move( 
   offsetX ,
   offsetY 
)

Parameters

offsetX
The horizontal offset to be used when moving the object.
offsetY
The vertical offset to be used when moving the object.
Remarks

This method is called when the user clicks and drags the AnnEditDesigner object itself. Derived classes may override this method and provide the necessary functionality to update the coordinates of the object being edited. The default implementation is as follows:

    
            // Translate the target object
            this.targetObject.translate(offsetX, offsetY);
            

  

Example

For more information and an example, refer to 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.