Point3 Property (BezierSegment)
Gets or sets the end point of the curve.
XAML |
<object Point3="Point" .../>
|
Scripting |
value = object.Point3 object.Point3 = value |
Property Value
The end point of the curve.
This property is read/write. The default value is a point with value 0,0.
Remarks
See remarks in Point for scripting usages of this property.
The BezierSegment does not contain a property for the starting point of the curve; it only defines the end point. The beginning point of the curve is the current point of the PathFigure to which the BezierSegment is added.