Click or drag to resize

IconCacheSetBalloonAnchor Method

Verizon Connect Logo
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
)

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