Create Method (original) (raw)

Syntax

C#

Objective-C

C++/CLI

Java

Python

-(id)initWithObject:(LTAnnTextObject*)obj bounds:(LeadRectD)aBounds;

public AnnEditTextEvent( Object source, AnnTextObject _textObject_, LeadRectD _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.

Leadtools.Annotations.Engine Assembly