Click or drag to resize

ArrowRendererRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render the given arrow and line graphics according to the given render context.

Namespace:  Telogis.GeoBase.Mapping
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 responsible for drawing the arrows and line.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext upon which the arrows and line are to be drawn

Implements

IMapRendererRender(Graphics, RenderContext)
See Also