Creates a new instance of the AnnEditContentEventArgs class.
public static AnnEditContentEventArgs Create(
AnnObject annObject,
LeadRectD bounds
)
Public Shared Function Create( _
ByVal annObject As Leadtools.Annotations.Core.AnnObject, _
ByVal bounds As Leadtools.LeadRectD _
) As Leadtools.Annotations.Core.AnnEditContentEventArgs
public static Leadtools.Annotations.Core.AnnEditContentEventArgs Create(
Leadtools.Annotations.Core.AnnObject annObject,
Leadtools.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)
function Leadtools.Annotations.Core.AnnEditContentEventArgs.Create(
annObject ,
bounds
)
public:
static AnnEditContentEventArgs^ Create(
AnnObject^ annObject,
LeadRectD^ bounds
)
annObject
The AnnObject that is entering content-editing mode.
bounds
A Leadtools.LeadRectD object which represents the screen/device coordinates of the specified object.
An AnnObject object enters content-editing mode when the user double clicks the annotation and the content can be modified.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET