Click or drag to resize

DefaultNavigationStatusRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render the given graphics according to the given render context.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Render(
	Graphics graphics,
	RenderContext rc
)

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object that can be used to draw on the map.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext information for this call.

Implements

IMapRendererRender(Graphics, RenderContext)
Remarks
For more information, see Remarks, and Example here.
See Also