CurveToV Class Documentation

classCurveToV : Segment

Namespace:Datalogics::PDFL

Inherits from:
Segment

Detailed Description

A curveto operator where the first control point matches the beginning.

The current point is the beginning point in the curve.

The name CurveToV is drawn from the "V" path construction operator.

Referenced by

Uses types

Constructor & Destructor Documentation

CurveToV

CurveToV(CurveToVrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

CurveToV

CurveToV(doublex2, doubley2, doublex3, doubley3)

Parameters

x2: double

The x-coordinate of the second control point.

y2: double

The y-coordinate of the second control point.

x3: double

The x-coordinate of the new current point.

y3: double

The 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 the current point and (x2, y2) as the Bézier control points. The new current point is (x3 ,y3).

CurveToV

CurveToV(Pointpoint2, Pointpoint3)

Parameters

point2: Point

the second control point.

point3: Point

the new current point.

Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using the current point and point2 as the Bézier control points. The new current point is point3.

Property Documentation

Point2

PointPoint2[get, set]

The second control point.

Point3

PointPoint3[get, set]

The new current point.

Member Function Documentation

ConstructorRetrieve

static new static CurveToVConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

new static CurveToV

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

ToString

override stringToString()

Returns:

override string