(Leadtools.Annotations.Core)

Create Method (AnnEditTextEventArgs)

Show in webframe





The AnnTextObject that is entering text-editing mode.
A Leadtools.LeadRectD object which represents the screen/device coordinates of the specified object.
Creates a new instance of the AnnEditTextEventArgs class.
Syntax
public static AnnEditTextEventArgs Create( 
   AnnTextObject textObject,
   LeadRectD bounds
)
Public Shared Function Create( _
   ByVal textObject As AnnTextObject, _
   ByVal bounds As LeadRectD _
) As AnnEditTextEventArgs
public static AnnEditTextEventArgs Create( 
   AnnTextObject textObject,
   LeadRectD bounds
)
-(id)initWithObject:(LTAnnTextObject*)obj
             bounds:(LeadRectD)aBounds;
            
public AnnEditTextEvent(
   Object source,
   AnnTextObject textObject,
   LeadRectD bounds
)
            
 function Leadtools.Annotations.Core.AnnEditTextEventArgs.Create( 
   textObject ,
   bounds 
)

Parameters

textObject
The AnnTextObject that is entering text-editing mode.
bounds
A Leadtools.LeadRectD object which represents the screen/device coordinates of the specified object.
Remarks
An AnnTextObject object enters text-editing mode when the user double clicks the annotation and the text can be modified.
Requirements

Target Platforms

See Also

Reference

AnnEditTextEventArgs Class
AnnEditTextEventArgs Members

 

 


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