Creates a new instance of the AnnEditTextEventArgs class.
public static AnnEditTextEventArgs Create(
AnnTextObject textObject,
LeadRectD bounds
)
Public Shared Function Create( _
ByVal textObject As Leadtools.Annotations.Core.AnnTextObject, _
ByVal bounds As Leadtools.LeadRectD _
) As Leadtools.Annotations.Core.AnnEditTextEventArgs
public static Leadtools.Annotations.Core.AnnEditTextEventArgs Create(
Leadtools.Annotations.Core.AnnTextObject textObject,
Leadtools.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
)
public:
static AnnEditTextEventArgs^ Create(
AnnTextObject^ textObject,
LeadRectD^ bounds
)
textObject
The AnnTextObject that is entering text-editing mode.
bounds
A Leadtools.LeadRectD object which represents the screen/device coordinates of the specified object.
An AnnTextObject object enters text-editing mode when the user double clicks the annotation and the text can be modified.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET