Click or drag to resize

ArrowRenderer Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to render lines and arrows along an arbitrary array of points on a map.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.MappingArrowRenderer

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

The ArrowRenderer type exposes the following members.

Constructors
  NameDescription
Public methodArrowRenderer
Constructs a new default ArrowRenderer object.
Public methodArrowRenderer(Color, Int32, ArrowProperties)
Constructs a new ArrowRenderer object with the specified line color, width, and ArrowProperties.
Public methodCode exampleArrowRenderer(Color, Int32, ArrowProperties, Single)
Constructs a new ArrowRenderer object with the specified line color, width, ArrowProperties and miter limit. The miter limit is set to the .NET default if not specified.
Top
Properties
  NameDescription
Public propertyArrowProperties
The arrow properties.
Public propertyLatLons
The array LatLons to render a line through.
Public propertyLineColor
The color of the line.
Public propertyLineWidth
The width of the line in pixels.
Public propertyMiterLimit
The limit on the ratio of the corner thickness to stroke width. If the ratio would exceed the limit, then the join is beveled to keep it within the limit.
Public propertyRequiredRendermodes
Gets the RenderMode of the line and arrows.
Top
Methods
  NameDescription
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 the given arrow and line graphics according to the given render context.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Related articles: Rendering Arrows Tutorial.

See Also