Click or drag to resize

IntersectionLabellerRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render an intersection label on the given graphics with a given context. Should not be called directly.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Render(
	Graphics g,
	RenderContext rc
)

Parameters

g
Type: System.DrawingGraphics
The Graphics object that can be used to draw on the map.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext upon which to render.

Implements

IMapRendererRender(Graphics, RenderContext)
See Also