CurveToY Class Documentation
classCurveToY : SegmentNamespace:Datalogics::PDFL
- Inherits from:
Segment
Detailed Description
A curveto operator where the second control point matches the end point.
Here the new current point is the end point in the curve.
The name CurveToY is drawn from the "Y" path construction operator.
Referenced by
Constructor & Destructor Documentation
CurveToY
CurveToY(CurveToYrhs, InternalConstructsignifier)Parameters
rhs: CurveToYsignifier: InternalConstruct
CurveToY
CurveToY(doublex1, doubley1, doublex3, doubley3)Parameters
x1: doubleThe x-coordinate of the first control point.
y1: doubleThe y-coordinate of the first control point.
x3: doubleThe x-coordinate of the new current point.
y3: doubleThe y-coordinate of the new current point.
Append a cubic Bézier curve to the current path. The curve extends from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bézier control points. The new current point is (x3 ,y3).
CurveToY
Parameters
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using point1 and point3 as the Bézier control points. The new current point is point3.
Property Documentation
Point1
PointPoint1[get, set]The first control point.
Point3
PointPoint3[get, set]The new current point.
Member Function Documentation
ConstructorRetrieve
static new static CurveToYConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static CurveToYDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
override string