MapVisualElementInfo
Class
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)
Properties
The actual bounds as they would be calculated from the geographic location of the visual element.
C#
public RectangleL Bounds { get; }
The path calculated with the provided offset.
C#
public GraphicsPath Path { get; }