IconCacheGetBalloonAnchor Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the anchor point for informational balloons attached to the icon.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Point GetBalloonAnchor(
int number,
BalloonLocation location
)
Public Shared Function GetBalloonAnchor (
number As Integer,
location As BalloonLocation
) As Point
Parameters
- number
- Type: SystemInt32
Index of the icon to get ballon anchor point for. - location
- Type: Telogis.GeoBaseBalloonLocation
The BalloonLocation to get the anchor point for
Return Value
Type:
PointThe anchor point (relative to top left of icon).
See Also