Class
MapPoint

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class MapPoint : MapGeometry, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement, IExtendedData, IColorizable

Inheritance: objectMapVisualElementMapPathBasedVisualElementMapGeometryMapPoint

Implements: IBorderElementIBoxElementIBoxStyleIClusterableIColorizableIExtendedDataIFillElementIShapedElementITextElement

Inherited Members MapGeometry.OnExtendedDataPropertyChanged(object, PropertyChangedEventArgs)MapGeometry.ResolveEntityReferences()MapGeometry.TextMapGeometry.DrawTextMapGeometry.ColorizerColorMapGeometry.ExtendedDataMapGeometry.BackColorMapGeometry.BackColor2MapGeometry.BackColor3MapGeometry.BackColor4MapPathBasedVisualElement.ViewportChanged(IMapViewport, ViewportChangeAction)MapPathBasedVisualElement.HitTest(PointG, PointL, IMapViewport)MapPathBasedVisualElement.GetVisualElementInfo(IMapViewport)MapPathBasedVisualElement.ResetGraphicsPathCache()MapPathBasedVisualElement.IsInViewportMapPathBasedVisualElement.LocationMapVisualElement.GetGeographicBounds()MapVisualElement.GetCurrentShape()MapVisualElement.GeographicBoundsMapVisualElement.LayerMapVisualElement.IsVisibleMapVisualElement.IsSelectedMapVisualElement.TagMapVisualElement.NumberOfColorsMapVisualElement.GradientAngleMapVisualElement.GradientPercentageMapVisualElement.GradientPercentage2MapVisualElement.GradientStyleMapVisualElement.SmoothingModeMapVisualElement.BorderColorMapVisualElement.BorderColor2MapVisualElement.BorderColor3MapVisualElement.BorderColor4MapVisualElement.InnerColorMapVisualElement.InnerColor2MapVisualElement.InnerColor3MapVisualElement.InnerColor4MapVisualElement.BoxStyleMapVisualElement.BorderDrawModeMapVisualElement.BorderDashStyleMapVisualElement.BorderDashPatternMapVisualElement.LeftColorMapVisualElement.LeftShadowColorMapVisualElement.TopColorMapVisualElement.TopShadowColorMapVisualElement.RightColorMapVisualElement.RightShadowColorMapVisualElement.BottomColorMapVisualElement.BottomShadowColorMapVisualElement.BorderWidthMapVisualElement.LeftWidthMapVisualElement.TopWidthMapVisualElement.RightWidthMapVisualElement.BottomWidthMapVisualElement.OffsetMapVisualElement.BorderSizeMapVisualElement.HorizontalWidthMapVisualElement.VerticalWidthMapVisualElement.ForeColorMapVisualElement.FontMapVisualElement.ToolTipTextMapVisualElement.RawResourceMapVisualElement.Shape

Constructors

MapPoint(PointG)

Initializes a new instance of the MapPoint class.

Declaration

cs-api-definition
public MapPoint(PointG location)

Parameters

location

PointG

The location.

MapPoint(PointG, Size)

Initializes a new instance of the MapPoint class.

Declaration

cs-api-definition
public MapPoint(PointG location, Size size)

Parameters

location

PointG

The location.

size

Size

The size.

Properties

BalloonData

Gets or sets the balloon data.

Declaration

cs-api-definition
public object BalloonData { get; set; }

Property Value

object

The balloon data.

BalloonStyle

Gets or sets the balloon style.

Declaration

cs-api-definition
public BalloonStyle BalloonStyle { get; set; }

Property Value

BalloonStyle

The balloon style.

HotSpot

Gets or sets the hot spot.

Declaration

cs-api-definition
public HotSpot HotSpot { get; set; }

Property Value

HotSpot

The hot spot.

Image

Gets or sets the image.

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

The image.

ImageScale

Gets or sets the image scale.

Declaration

cs-api-definition
public double ImageScale { get; set; }

Property Value

double

The image scale.

IsOutline

Declaration

cs-api-definition
protected override bool IsOutline { get; }

Property Value

bool

Overrides MapPathBasedVisualElement.IsOutline

Size

Declaration

cs-api-definition
public override Size Size { get; set; }

Property Value

Size

Overrides MapVisualElement.Size

Methods

CreateVisualElementInfo(IMapViewport)

Declaration

cs-api-definition
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)

Parameters

viewport

IMapViewport

Returns

MapVisualElementInfo

Overrides MapPathBasedVisualElement.CreateVisualElementInfo(IMapViewport)

Paint(IGraphics, IMapViewport)

Paints the element to the specified graphics.

Declaration

cs-api-definition
public override void Paint(IGraphics graphics, IMapViewport viewport)

Parameters

graphics

IGraphics

The graphics.

viewport

IMapViewport

The viewport.

Overrides MapVisualElement.Paint(IGraphics, IMapViewport)

PaintText(IGraphics, IMapViewport)

Draws the text of this point.

Declaration

cs-api-definition
protected virtual void PaintText(IGraphics graphics, IMapViewport viewport)

Parameters

graphics

IGraphics

The graphics.

viewport

IMapViewport

The viewport.