ClassMapPath
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class MapPath : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapGeometryMapPath
Implements:
Inherited Members
Constructors
MapPath(Collection<Collection<PointG>>)
Initializes a new instance of the MapPath class.
Declaration
cs-api-definition
public MapPath(Collection<Collection<PointG>> points)
Parameters
points
Collection<Collection<PointG>>
The points of the path.
Fields
Properties
IsOutline
Declaration
cs-api-definition
protected override bool IsOutline { get; }
Property Value
Overrides
Points
Gets the points of the path.
Declaration
cs-api-definition
public Collection<Collection<PointG>> Points { get; }
Property Value
Collection<Collection<PointG>>
The points.
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
cs-api-definition
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
viewport
Returns
Overrides
GetGeographicBounds()
Gets the geographic bounds of elements that consist of more than one figure.
Declaration
cs-api-definition
public override RectangleG[] GetGeographicBounds()
Returns
RectangleG[].
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