Click or drag to resize

BalloonPushPinRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render push pins with the given RenderContext. See also IMapRenderer.

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object responsible for drawing the push pin.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext information for this call.

Implements

IMapRendererRender(Graphics, RenderContext)
Remarks
Push pins with coordinates outside the current map will not be rendered.
See Also