Click or drag to resize

IconCacheLoadIcon Method (Image)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Load an icon with the hotspot automatically set at the center. Returns the index at which the icon was stored.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static int LoadIcon(
	Image anIcon
)

Parameters

anIcon
Type: System.DrawingImage
The Image to use for the icon.

Return Value

Type: Int32
The index at which the Icon was created in the cache.
See Also