Click or drag to resize

RouteRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Renders the route on the given IMap.

Namespace:  Telogis.GeoBase.Routing
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 responsible for rendering.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext information for this call.

Implements

IMapRendererRender(Graphics, RenderContext)
See Also