Click or drag to resize

TrafficRendererRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implementation of IMapRenderer used to draw the traffic. Should not be called directly.

Namespace:  Telogis.GeoBase.Traffic
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 given graphics Graphics output.
rc
Type: Telogis.GeoBaseRenderContext
The given RenderContext

Implements

IMapRendererRender(Graphics, RenderContext)
Exceptions
ExceptionCondition
NotImplementedExceptionThrown if used in GeoStream mode.
See Also