Class MapPath
Inherited Members
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
IsInViewport
Gets a value indicating whether this instance is visible in the viewport.
Declaration
public override bool IsInViewport { 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
GetGeographicBounds()
HitTest(PointG, PointL, IMapViewport)
Declaration
public override bool HitTest(PointG pointG, PointL pointL, IMapViewport viewport)
Parameters
PointG
pointG
|
PointL
pointL
|
IMapViewport
viewport
|
Returns
System.Boolean
|
Overrides
Paint(IGraphics, IMapViewport)
Declaration
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
IGraphics
graphics
|
IMapViewport
viewport
|
Overrides
ViewportChanged(IMapViewport, ViewportChangeAction)
Declaration
public override void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
Parameters
IMapViewport
viewport
|
ViewportChangeAction
action
|