C#
VB
Java
WinRT C#
C++
Creates a new AnnToolTipEventArgs with the specified parameters.
public static AnnToolTipEventArgs 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.AnnToolTipEventArgs
public static Leadtools.Annotations.Core.AnnToolTipEventArgs Create(
Leadtools.Annotations.Core.AnnObject annObject,
Leadtools.LeadRectD bounds
)
function Leadtools.Annotations.Core.AnnToolTipEventArgs.Create(
annObject ,
bounds
)
public:
static AnnToolTipEventArgs^ Create(
AnnObject^ annObject,
LeadRectD^ bounds
)
annObject
The annotation object requesting the tooltip. If this parameter is null, then the tooltip is requested for the container.
bounds
The object boundaries in container coordinates.
The newly crated object.
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