←Select platform

Create Method

Summary
Creates a new instance of the AnnEditContentEventArgs class.
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) 
def Create(self,annObject,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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.