Click or drag to resize

IconCacheGetIcon Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an Image of the icon at the specified index.

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

Parameters

number
Type: SystemInt32
The index of the icon to return. See Icons.

Return Value

Type: Image
a copy of the Image object for the given icon.
See Also