Create Method (original) (raw)

Syntax

C#

Objective-C

C++/CLI

Java

Python

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

public AnnEditContentEvent( Object source, AnnObject _annObject_, LeadRectD _bounds_ ) public AnnEditContentEvent(Object source, AnnObject _annObject_, LeadRectD _bounds_)

Parameters

annObject
The AnnObject that is entering content-editing mode.

bounds
A Leadtools.LeadRectD object which represents the screen/device coordinates of the specified object.

Remarks

An AnnObject object enters content-editing mode when the user double clicks the annotation and the content can be modified.

Leadtools.Annotations.Engine Assembly