IconCacheGetIcon Method | |
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
)
Public Shared Function GetIcon (
number As Integer
) As Image
Parameters
- number
- Type: SystemInt32
The index of the icon to return. See Icons.
Return Value
Type:
Imagea copy of the
Image object for the given icon.
See Also