MapPath
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapPath : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapGeometryMapPath
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapPath class.
C#
public MapPath(Collection<Collection<PointG>> points)
The points of the path.
Fields
C#
protected RectangleG[] allBoundingRectangles
Properties
Gets the points of the path.
C#
public Collection<Collection<PointG>> Points { get; }
The points.
Methods
C#
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Overrides:
Gets the geographic bounds of elements that consist of more than one figure.
C#
public override RectangleG[] GetGeographicBounds()
RectangleG[].
Overrides:
Paints the element to the specified graphics.
C#
public override void Paint(IGraphics graphics, IMapViewport viewport)
The graphics.
viewportIMapViewportThe viewport.
Overrides: