Click or drag to resize

IntersectionLabeller Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to label an intersection.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseIntersectionLabeller

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class IntersectionLabeller : IMapRenderer

The IntersectionLabeller type exposes the following members.

Constructors
  NameDescription
Public methodIntersectionLabeller
Initializes a new instance of the IntersectionLabeller class
Top
Properties
  NameDescription
Public propertyBrush
Gets or sets the System.Drawing.Brush color used to draw the text of the label.
Public propertyFont
Gets or sets the System.Drawing.Font used to render the text of the label.
Public propertyPen
Gets or sets the System.Drawing.Pen used to draw the label outline.
Public propertyRequiredRendermodes
Gets the RenderMode required by this IntersectionLabeller.
Top
Methods
  NameDescription
Public methodDrawPoint
Draw a rectangle at the given location.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRender
Render an intersection label on the given graphics with a given context. Should not be called directly.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePosition(IntersectionLabellerPosition)
Update the position of multiple vehicles.
Public methodUpdatePosition(LatLon, Double)
Update the position of a single vehicle.
Top
See Also