New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class MapVisualElementInfo

Inheritance: objectMapVisualElementInfo

Constructors

Initializes a new instance of the MapVisualElementInfo class.

C#
public MapVisualElementInfo(GraphicsPath path, PointL offset)
Parameters:pathGraphicsPathoffsetPointL

Properties

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

C#
public RectangleL Bounds { get; }

The offset used for calculating the path's points.

C#
public PointL Offset { get; }

The path calculated with the provided offset.

C#
public GraphicsPath Path { get; }