BezierSegment.Point3 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.