Click or drag to resize

TurnBoxRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draws the turnbox 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)
Remarks
The turnbox is not drawn if the map is a GeoStream map.
See Also