Click or drag to resize

IntersectionLabellerDrawPoint Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draw a rectangle at the given location.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void DrawPoint(
	Graphics gr,
	RenderContext rc,
	Brush br,
	LatLon ll
)

Parameters

gr
Type: System.DrawingGraphics
The Graphics object that can be used for drawing.
rc
Type: Telogis.GeoBaseRenderContext
The RenderContext upon which to render.
br
Type: System.DrawingBrush
The Brush used for the rectangle's interior.
ll
Type: Telogis.GeoBaseLatLon
The LatLon location at which to draw the rectangle.
See Also