ClassQuadraticBezierSegment
Class
Quadratic Bézier path segment that uses a single control point to curve from the current point to the end point.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public class QuadraticBezierSegment : PathSegment
Inheritance: objectPathSegmentQuadraticBezierSegment
Constructors
QuadraticBezierSegment(Point, Point)
Initializes a quadratic Bézier segment using a control point and an end point. The curve starts from the current path point, bends toward point1, and ends at point2.
Properties
Point1
Gets or sets the control point that pulls the curve away from the start toward the end.
Declaration
cs-api-definition
public Point Point1 { get; set; }
Property Value
The first point.