Click or drag to resize

SchematicTurnBoxRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draws the schematic turn box to represent the current navigation event.

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 to use for drawing.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext that provides the context of the drawing operation.

Implements

IMapRendererRender(Graphics, RenderContext)
See Also