Class MapVisualElementInfo
This class is used to aid the drawing of map visual elements.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapVisualElementInfo
Constructors
MapVisualElementInfo(GraphicsPath, PointL)
Initializes a new instance of the Map
Declaration
public MapVisualElementInfo(GraphicsPath path, PointL offset)
Parameters
System.
|
Point
|
Properties
Bounds
The actual bounds as they would be calculated from the geographic location of the visual element.
Declaration
public RectangleL Bounds { get; }
Property Value
Offset
The offset used for calculating the path's points.
Declaration
public PointL Offset { get; }
Property Value
Path
The path calculated with the provided offset.
Declaration
public GraphicsPath Path { get; }
Property Value
System.
|