create Method

Summary

Creates a new instance of the AnnEditTextEventArgs class.

Syntax

JavaScript Syntax
create = function(textObject, bounds) 
TypeScript Syntax
static create(textObject: AnnTextObject, bounds: LeadRectD): AnnEditTextEventArgs; 

Parameters

textObject

The AnnTextObject that is entering text-editing mode.

bounds

A 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.

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