Class
BezierSegmentData

Represents a cubic Bezier curve drawn between two points given in geographical coordinates.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class BezierSegmentData : PathSegmentData, INotifyPropertyChanged

Inheritance: objectPathSegmentDataBezierSegmentData

Implements: INotifyPropertyChanged

Inherited Members PathSegmentData.BeginInit()PathSegmentData.EndInit()PathSegmentData.UpdateGeoBounds()PathSegmentData.CalculateNorthwest(IEnumerable<Location>)PathSegmentData.OnPropertyChanged(string)PathSegmentData.OnSegmentChanged()PathSegmentData.InitStartedPathSegmentData.PropertyChanged

Constructors

BezierSegmentData()

Declaration

cs-api-definition
public BezierSegmentData()

Properties

Point1

Gets or sets the first control point of the curve.

Declaration

cs-api-definition
public Location Point1 { get; set; }

Property Value

Location

Point2

Gets or sets the second control point of the curve.

Declaration

cs-api-definition
public Location Point2 { get; set; }

Property Value

Location

Point3

Gets or sets the end point of the curve.

Declaration

cs-api-definition
public Location Point3 { get; set; }

Property Value

Location