ClassRectangleData
Represents rectangle given in the geographical coordinates. Width and Height properties sets size of the rectangle in the degrees. The RadiusX and RadiusY properties are set in degrees as well.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class RectangleData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataRectangleData
Implements:
Inherited Members
Constructors
RectangleData()
Declaration
public RectangleData()
Properties
Height
Gets or sets height of the rectangle in degrees.
RadiusX
Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle.
RadiusY
Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.
Methods
CalculateLogicalCoordinates()
Calculates logical coordinates.
Declaration
protected override void CalculateLogicalCoordinates()
Overrides
GetScreenGeometry(int)
Calculates screen geometry.
UpdateGeoBounds()
Recalculate geographical bounds of the shape.
Declaration
protected override void UpdateGeoBounds()
Overrides