IconCacheLoadIcon Method (String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Load an icon from a file path and returns the index at which it was stored.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static int LoadIcon(
string filename
)
Public Shared Function LoadIcon (
filename As String
) As Integer
Parameters
- filename
- Type: SystemString
A string path to the file.
Return Value
Type:
Int32Index number at which the icon was stored.
Remarks If the icon does not have an alpha channel then the
color at 0,0 is used as transparent.
See Also