←Select platform

Create Method

Summary

Creates a new instance of the AnnEditContentEventArgs class.

Syntax
C#
VB
Objective-C
C++
Java
Public Shared Function Create( _ 
   ByVal annObject As AnnObject, _ 
   ByVal bounds As LeadRectD _ 
) As AnnEditContentEventArgs 
-(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.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly