Click or drag to resize

ClusterRendererRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Renders the clusters on the IMap associated with a specified render context.

Namespace:  Telogis.GeoBase.Clustering
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 that does the drawing.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext in which the clusters are to be rendered.

Implements

IMapRendererRender(Graphics, RenderContext)
See Also