Click or drag to resize

CircleFenceRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render the GeoFence on the specified IMap.

Namespace:  Telogis.GeoBase.GeoFence
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
Graphics that does the drawing.
rc
Type: Telogis.GeoBaseRenderContext
RenderContext upon which the GeoFence is to be rendered.

Implements

IMapRendererRender(Graphics, RenderContext)
See Also