LEADTOOLS Annotations (Leadtools.Annotations assembly)

MoveName Method

Show in webframe





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
) 

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

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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