Class QuadraticBezierSegment
Represents bezier segment.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class QuadraticBezierSegment : PathSegment
Constructors
QuadraticBezierSegment()
Declaration
public QuadraticBezierSegment()
Properties
Point1
Gets or sets the first point.
Declaration
public Point Point1 { get; set; }
Property Value
System.Windows.Point
The first point. |
Point2
Gets or sets the second point.
Declaration
public Point Point2 { get; set; }
Property Value
System.Windows.Point
The second point. |