Click or drag to resize

PushPinRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render pushpins on the given map.

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 the pushpin.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext onto which the pushpin is to be drawn.

Implements

IMapRendererRender(Graphics, RenderContext)
Remarks
Doesn't draw the pushpin unless its location is within the boundaries of the given IMap.
See Also