BezierSegment.Point2 Property

Definition

Gets or sets the second control point of the curve.

public:
 property Point Point2 { Point get(); void set(Point value); };
Point Point2();

void Point2(Point value);
public Point Point2 { get; set; }
var point = bezierSegment.point2;
bezierSegment.point2 = point;
Public Property Point2 As Point
<BezierSegment Point2="x,y"/>

Property Value

The second control point of the curve.

Applies to