LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

MoveName Method






An AnnSize structure which represents the offset to be used when moving the object's name.
Moves the object's name.
Syntax
protected virtual void MoveName( 
   AnnSize size
)
'Declaration
 
Protected Overridable Sub MoveName( _
   ByVal size As AnnSize _
) 
'Usage
 
Dim instance As AnnEditDesigner
Dim size As AnnSize
 
instance.MoveName(size)
protected virtual void MoveName( 
   AnnSize size
)
 function Leadtools.Annotations.AnnEditDesigner.MoveName( 
   size 
)
protected:
virtual void MoveName( 
   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
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.