MapGeometryView
Class
Classes that derive from this abstract base class define geometric shapes given in geographical coordinates. Geometry objects can be used for clipping, hit-testing, and rendering 2-D graphic data.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapGeometryView : Freezable
Inheritance: objectMapGeometryView
Derived Classes:
Constructors
Initializes a new instance of the MapGeometryView class.
C#
public MapGeometryView()
Properties
Gets or sets underlying map shape geometry data object.
C#
public GeometryData GeometryData { get; protected set; }
Methods
When implemented in a derived class, creates a new instance of the Freezable derived class.
C#
protected override Freezable CreateInstanceCore()
Freezable
The new instance.