Class
MapVisualElementInfo

This class is used to aid the drawing of map visual elements.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class MapVisualElementInfo

Inheritance: objectMapVisualElementInfo

Constructors

MapVisualElementInfo(GraphicsPath, PointL)

Initializes a new instance of the MapVisualElementInfo class.

Declaration

cs-api-definition
public MapVisualElementInfo(GraphicsPath path, PointL offset)

Parameters

path

GraphicsPath

offset

PointL

Properties

Bounds

The actual bounds as they would be calculated from the geographic location of the visual element.

Declaration

cs-api-definition
public RectangleL Bounds { get; }

Property Value

RectangleL

Offset

The offset used for calculating the path's points.

Declaration

cs-api-definition
public PointL Offset { get; }

Property Value

PointL

Path

The path calculated with the provided offset.

Declaration

cs-api-definition
public GraphicsPath Path { get; }

Property Value

GraphicsPath