Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnEditContentEventArgs Class : Create Method |
public static AnnEditContentEventArgs Create( AnnObject annObject, LeadRectD bounds )
'Declaration
Public Shared Function Create( _ ByVal annObject As AnnObject, _ ByVal bounds As LeadRectD _ ) As AnnEditContentEventArgs
public static AnnEditContentEventArgs Create( AnnObject annObject, LeadRectD bounds )
-(id)initWithObject:(LTAnnObject*)obj bounds:(LeadRectD)aBounds;
public AnnEditContentEvent( Object source, AnnObject annObject, LeadRectD bounds ) public AnnEditContentEvent(Object source, AnnObject annObject, LeadRectD bounds)
An AnnObject object enters content-editing mode when the user double clicks the annotation and the content can be modified.