Click or drag to resize

DirectionalPushPinRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Render directional pushpins on the given map, according to their Heading.

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

Implements

IMapRendererRender(Graphics, RenderContext)
Remarks
Provided that the pushpin is located on the given map, DrawIcon(Graphics, Int32, Int32, Int32, Boolean) is passed the Heading of this push pin. It is that method which handles the rotation of the pushpin before drawing it.
See Also