IconCacheSetBalloonAnchor Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set 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 void SetBalloonAnchor(
int number,
int x,
int y,
BalloonLocation location
)
Public Shared Sub SetBalloonAnchor (
number As Integer,
x As Integer,
y As Integer,
location As BalloonLocation
)
Parameters
- number
- Type: SystemInt32
Index of the icon to set ballon anchor for. - x
- Type: SystemInt32
X coordinate of anchor point (relative to top left of icon) - y
- Type: SystemInt32
Y coordinate of anchor point (relative to top left of icon) - location
- Type: Telogis.GeoBaseBalloonLocation
The BalloonLocation to set the anchor point for
See Also