LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
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. .NET support Silverlight support
Syntax
protected virtual void Move( 
   double dx,
   double dy
)
'Declaration
 
Protected Overridable Sub Move( _
   ByVal dx As Double, _
   ByVal dy As Double _
) 
'Usage
 
Dim instance As AnnEditDesigner
Dim dx As Double
Dim dy As Double
 
instance.Move(dx, dy)
protected virtual void Move( 
   double dx,
   double dy
)
 function Leadtools.Windows.Annotations.AnnEditDesigner.Move( 
   dx ,
   dy 
)
protected:
virtual void Move( 
   double dx,
   double dy
) 

Parameters

dx
The horizontal offset to be used when moving the object.
dy
The vertical 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 may override this method and provide the necessary functionality to update the edited object coordinates. The default implementation calls the AnnObject.Translate method.
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.