Class MapPin
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapPin : MapVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Constructors
MapPin(PointG)
Initializes a new instance of the MapPin class.
Declaration
public MapPin(PointG location)
Parameters
PointG
location
The location. |
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
Methods
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)
Paints the element to the specified graphics.
Declaration
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
IGraphics
graphics
The graphics. |
IMapViewport
viewport
The viewport. |
Overrides
ViewportChanged(IMapViewport, ViewportChangeAction)
Called when the viewport changes.
Declaration
public override void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
Parameters
IMapViewport
viewport
The viewport. |
ViewportChangeAction
action
The action. |