Class MapRoute
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapRoute : MapPathBasedVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Constructors
MapRoute(IEnumerable<PointG>)
Initializes a new instance of the MapRoute class.
Declaration
public MapRoute(IEnumerable<PointG> points)
Parameters
System.Collections.Generic.IEnumerable<PointG>
points
The points. |
MapRoute(List<PointG>, RectangleG)
Initializes a new instance of the MapRoute class.
Declaration
public MapRoute(List<PointG> points, RectangleG geographicBounds)
Parameters
System.Collections.Generic.List<PointG>
points
The points. |
RectangleG
geographicBounds
The geographic bounds. |
MapRoute(PointG[])
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
IMapViewport
viewport
|
Returns
MapVisualElementInfo
|
Overrides
Paint(IGraphics, IMapViewport)
Paints the element to the specified graphics.
Declaration
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
IGraphics
graphics
The graphics. |
IMapViewport
viewport
The viewport. |