Click or drag to resize

IconCacheGetBalloonAnchor Method

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

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: Point
The anchor point (relative to top left of icon).
See Also