MapPoint
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapPoint : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapGeometryMapPoint
Implements:
Inherited Members
Constructors
Properties
Gets or sets the balloon data.
C#
public object BalloonData { get; set; }
The balloon data.
Gets or sets the balloon style.
C#
public BalloonStyle BalloonStyle { get; set; }
The balloon style.
Gets or sets the hot spot.
C#
public HotSpot HotSpot { get; set; }
The hot spot.
Gets or sets the image scale.
C#
public double ImageScale { get; set; }
The image scale.
Methods
C#
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Overrides:
Paints the element to the specified graphics.
C#
public override void Paint(IGraphics graphics, IMapViewport viewport)
The graphics.
viewportIMapViewportThe viewport.
Overrides:
Draws the text of this point.
C#
protected virtual void PaintText(IGraphics graphics, IMapViewport viewport)
The graphics.
viewportIMapViewportThe viewport.