Click or drag to resize

DirectionRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draws an arrow on a map indicating the flow of this Direction

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object to use for drawing
aMap
Type: Telogis.GeoBaseRenderContext
The IMap to render onto

Implements

IMapRendererRender(Graphics, RenderContext)
See Also