Class MapPath
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 MapPath : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable
Constructors
MapPath(Collection<Collection<PointG>>)
Initializes a new instance of the MapPath class.
Declaration
public MapPath(Collection<Collection<PointG>> points)
Parameters
System.Collections.ObjectModel.Collection<System.Collections.ObjectModel.Collection<PointG>>
points
The points of the path. |
Fields
allBoundingRectangles
Properties
IsOutline
Declaration
protected override bool IsOutline { get; }
Property Value
System.Boolean
|
Overrides
Points
Gets the points of the path.
Declaration
public Collection<Collection<PointG>> Points { get; }
Property Value
System.Collections.ObjectModel.Collection<System.Collections.ObjectModel.Collection<PointG>>
The points. |
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
IMapViewport
viewport
|
Returns
MapVisualElementInfo
|
Overrides
GetGeographicBounds()
Paint(IGraphics, IMapViewport)
Declaration
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
IGraphics
graphics
|
IMapViewport
viewport
|