LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Move Method (AnnEditDesigner)

Show in webframe





The horizontal offset to be used when moving the object.
The vertical offset to be used when moving the object.
Moves the object.
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
) 

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

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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