←Select platform

Create Method

Summary

Creates a new instance of the AnnEditContentEventArgs class.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
-(id)initWithObject:(LTAnnObject*)obj 
             bounds:(LeadRectD)aBounds; 
             
public AnnEditContentEvent( 
   Object source, 
   AnnObject annObject, 
   LeadRectD bounds 
) 
public AnnEditContentEvent(Object source, AnnObject annObject, LeadRectD bounds) 
             
 function Leadtools.Annotations.Core.AnnEditContentEventArgs.Create(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly