Class MapPolyline
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 MapPolyline : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable
Constructors
MapPolyline(IEnumerable<PointG>)
Initializes a new instance of the MapPolyline class.
Declaration
public MapPolyline(IEnumerable<PointG> points)
Parameters
System.Collections.Generic.IEnumerable<PointG>
points
The points. |
MapPolyline(PointG[])
Properties
Points
Gets the points of the polyline.
Declaration
public IEnumerable<PointG> Points { get; }
Property Value
System.Collections.Generic.IEnumerable<PointG>
The points. |
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
IMapViewport
viewport
|
Returns
MapVisualElementInfo
|
Overrides
Paint(IGraphics, IMapViewport)
Declaration
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
IGraphics
graphics
|
IMapViewport
viewport
|