←Select platform

Move Method

Summary

Moves the object.

Syntax

C#
VB
C++
protected virtual void Move( 
   AnnSize size 
) 
  
Protected Overridable Sub Move( _ 
   ByVal size As Leadtools.Annotations.AnnSize _ 
)  
protected: 
virtual void Move(  
   Leadtools.Annotations.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 (Deprecated)

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.Annotations Assembly