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