Class BezierSegment
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 BezierSegment : PathSegment
Constructors
BezierSegment()
Declaration
public BezierSegment()
Fields
Point1
Gets or sets the first point.
Declaration
public Point Point1
Field Value
System.Windows.Point
The first point. |
Point2
Gets or sets the second point.
Declaration
public Point Point2
Field Value
System.Windows.Point
The second point. |
Point3
Gets or sets the third point.
Declaration
public Point Point3
Field Value
System.Windows.Point
The third point. |