ArrowRenderer Class |
Namespace: Telogis.GeoBase.Mapping
The ArrowRenderer type exposes the following members.
Name | Description | |
---|---|---|
ArrowRenderer |
Constructs a new default ArrowRenderer object.
| |
ArrowRenderer(Color, Int32, ArrowProperties) |
Constructs a new ArrowRenderer object with the specified line color, width, and ArrowProperties.
| |
ArrowRenderer(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.
|
Name | Description | |
---|---|---|
ArrowProperties |
The arrow properties.
| |
LatLons |
The array LatLons to render a line through.
| |
LineColor |
The color of the line.
| |
LineWidth |
The width of the line in pixels.
| |
MiterLimit |
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.
| |
RequiredRendermodes |
Gets the RenderMode of the line and arrows.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Render the given arrow and line graphics according to the given render context.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related articles: Rendering Arrows Tutorial.