Click or drag to resize

MovementCategorizerGetProgressImage Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the progress image for the given progress proportion.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Image GetProgressImage(
	double progress
)

Parameters

progress
Type: SystemDouble
The progress proportion (between 0 and 1).

Return Value

Type: Image
The progress image.
See Also