LineTo Class Documentation
classLineTo : SegmentNamespace:Datalogics::PDFL
- Inherits from:
Segment
Detailed Description
A lineto operator, which draws a straight line.
A lineto operator creates a line path element. It draws a straight line from the current position (MoveTo) to a new position-a new set of (x,y) coordinates: MoveTo{x:0 y:50} LineTo{x:100 y:100}
Referenced by
Constructor & Destructor Documentation
LineTo
LineTo(LineTorhs, InternalConstructsignifier)Parameters
rhs: LineTosignifier: InternalConstruct
LineTo
LineTo(doublex, doubley)Parameters
x: doubley: double
Move to a new current point. Append a straight line segment from the current point to the point (x, y). The new current point is the point the line is drawn to.
LineTo
LineTo(PointlineToPoint)Parameters
lineToPoint: Point
Create a line to a new point. Append a straight line segment from the current point to the lineToPoint. The new current point is the point the line is drawn to.
Property Documentation
Point
PointPoint[get, set]The new current point.
Member Function Documentation
ConstructorRetrieve
static new static LineToConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static LineToDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
override string