←Select platform

Create Method

Summary

Creates a new AnnToolTipEventArgs with the specified parameters.

Syntax
C#
VB
C++
Java
Public Shared Function Create( _ 
   ByVal annObject As AnnObject, _ 
   ByVal bounds As LeadRectD _ 
) As AnnToolTipEventArgs 
public AnnToolTipEvent(Object source, AnnObject annObject, LeadRectD bounds) 

Parameters

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.

Return Value

The newly crated object.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly