Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Create Method (AnnToolTipEventArgs)

Show in webframe
The annotation object requesting the tooltip. If this parameter is null, then the tooltip is requested for the container.
The object boundaries in container coordinates.
Creates a new AnnToolTipEventArgs with the specified parameters.
Syntax
 function Leadtools.Annotations.Core.AnnToolTipEventArgs.create( 
   annObject ,
   bounds 
)

Parameters

ParameterTypeDescription
annObjectAnnObjectThe annotation object requesting the tooltip. If this parameter is null, then the tooltip is requested for the container.
boundsLeadRectDThe object boundaries in container coordinates.

Return Value

TypeDescription
AnnToolTipEventArgs The newly crated object.
See Also

Reference

AnnToolTipEventArgs Object
AnnToolTipEventArgs Members

Error processing SSI file