Click or drag to resize

HorizonRenderer Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Renders the horizon on a 2.5D map perspective.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseHorizonRenderer

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

The HorizonRenderer type exposes the following members.

Constructors
  NameDescription
Public methodHorizonRenderer
Create with default renderer and size.
Public methodHorizonRenderer(HorizonRenderType)
Create a Horizon renderer with the given parameters.
Public methodHorizonRenderer(HorizonRenderType, Int32)
Create a Horizon renderer with the given parameters.
Top
Properties
  NameDescription
Public propertyColor
The color of the horizon during the day.
Public propertyNightColor
The color of the horizon at night.
Public propertyRenderType
The type of rendering performed.
Public propertyRequiredRendermodes
Gets the RenderMode required by this HorizonRenderer.
Public propertySize
Percentage of the map height that the renderer will solid fill. If the renderer is in faded mode the fade will append to the end of the solid fill.
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 horizon on a 2.5D map perspective. Should not be called directly.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also