Interface IGeoSizeProvider
Interface which should be implemented by objects which have geographical size (MapShape, MapShapeData and so on).
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IGeoSizeProvider
Properties
GeoBounds
Gets geographical bounds of the object.
Declaration
LocationRect GeoBounds { get; }
Property Value
LocationRect
|
GeoSize
Gets or sets geographical size of the shape.
Declaration
Size GeoSize { get; }
Property Value
System.Windows.Size
|