BezierSegment.Point3 Property

Definition

Gets or sets the end point of the curve.

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

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

Property Value

The end point of the curve.

Applies to