HorizonRenderer Constructor (HorizonRenderType, Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a Horizon renderer with the given parameters.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public HorizonRenderer(
HorizonRenderType mode,
int size
)
Public Sub New (
mode As HorizonRenderType,
size As Integer
)
Parameters
- mode
- Type: Telogis.GeoBaseHorizonRenderType
A HorizonRenderType specifying which
mode the renderer will use.
- size
- Type: SystemInt32
Specifies the percentage of the map the horizon will cover.
See Also