LineTo Class Documentation

classLineTo : Segment

Namespace: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

Uses types

Constructor & Destructor Documentation

LineTo

LineTo(LineTorhs, InternalConstructsignifier)

Parameters

rhs: LineTo
signifier: InternalConstruct

LineTo

LineTo(doublex, doubley)

Parameters

x: double
y: 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 LineTo

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

ToString

override stringToString()

Returns:

override string