←Select platform

MoveName Method

Summary

Moves the object's name.

Syntax

C#
VB
C++
protected virtual void MoveName( 
   AnnSize size 
) 
  
Protected Overridable Sub MoveName( _ 
   ByVal size As Leadtools.Annotations.AnnSize _ 
)  
protected: 
virtual void MoveName(  
   Leadtools.Annotations.AnnSize size 
)  

Parameters

size
An AnnSize structure which represents the offset to be used when moving the object's name.

Remarks

This method is called when the user clicks and drags on the name of the object of this AnnEditDesigner. Derived classes can override this method and provide the necessary functionality to update the edited object name coordinates. The default implementation modifies the value of the AnnObject.NameOffset property.

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