QuadraticBezierSegment.Point2 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 this QuadraticBezierSegment.
public:
property Point Point2 { Point get(); void set(Point value); };
Point Point2();
void Point2(Point value);
public Point Point2 { get; set; }
var point = quadraticBezierSegment.point2;
quadraticBezierSegment.point2 = point;
Public Property Point2 As Point
<QuadraticBezierSegment Point2="x,y"/>
Property Value
The end point of this QuadraticBezierSegment. The default value is a Point with value 0,0.