IconCacheLoadIcon Method (Image) | |
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
)
Public Shared Function LoadIcon (
anIcon As Image
) As Integer
Parameters
- anIcon
- Type: System.DrawingImage
The Image to use for the icon.
Return Value
Type:
Int32The index at which the Icon was created in the cache.
See Also