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 MapVisualElementInfo class.
Declaration
public MapVisualElementInfo(GraphicsPath path, PointL offset)
Parameters
System.Drawing.Drawing2D.GraphicsPath
path
|
PointL
offset
|
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
RectangleL
|
Offset
The offset used for calculating the path's points.
Declaration
public PointL Offset { get; }
Property Value
PointL
|
Path
The path calculated with the provided offset.
Declaration
public GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|