Click or drag to resize

LabelBoxRender 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 this LabelBox.

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 draw on.
rc
Type: Telogis.GeoBaseRenderContext
The context of the drawing operation.

Implements

IMapRendererRender(Graphics, RenderContext)
See Also