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