Click or drag to resize

RendererListRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render all IMapRenderers on the given IMap.

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object responsible for drawing on this map.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext that is being drawn on.

Implements

IMapRendererRender(Graphics, RenderContext)
Remarks
Items are rendered in the order they were added to the collection. The last IMapRenderer added to the collection will be drawn last and will appear on top.
See Also