ClassMapPolyline
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class MapPolyline : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapGeometryMapPolyline
Implements:
Inherited Members
Constructors
MapPolyline(IEnumerable<PointG>)
Initializes a new instance of the MapPolyline class.
Declaration
cs-api-definition
public MapPolyline(IEnumerable<PointG> points)
Parameters
points
IEnumerable<PointG>
The points.
Properties
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
cs-api-definition
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
viewport
Returns
Overrides
Paint(IGraphics, IMapViewport)
Paints the element to the specified graphics.
Declaration
cs-api-definition
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
graphics
The graphics.
viewport
The viewport.
Overrides