←Select platform

Move Method

Summary

Moves the object.

Syntax

C#
VB
C++
protected virtual void Move( 
   double dx, 
   double dy 
) 
  
Protected Overridable Sub Move( _ 
   ByVal dx As Double, _ 
   ByVal dy As Double _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly