ArrowRenderer Constructor (Color, Int32, ArrowProperties) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs a new ArrowRenderer object with the specified line color, width, and
ArrowProperties.
Namespace:
Telogis.GeoBase.Mapping
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public ArrowRenderer(
Color lineColor,
int lineWidth,
ArrowProperties arrowProperties
)
Public Sub New (
lineColor As Color,
lineWidth As Integer,
arrowProperties As ArrowProperties
)
Parameters
- lineColor
- Type: System.DrawingColor
The color of the line. - lineWidth
- Type: SystemInt32
The width of the line, in pixels. - arrowProperties
- Type: Telogis.GeoBaseArrowProperties
The properties of the arrow (length, width, color, spacing).
See Also