RectSegment Class Documentation

classRectSegment : Segment

Namespace:Datalogics::PDFL

Inherits from:
Segment

Detailed Description

A rectangle path operator.

RectSegment represents a single path, or line, within a rectangle, with coordinates xy, xy for the beginning and end of the line.

Referenced by

Uses types

Constructor & Destructor Documentation

RectSegment

RectSegment(RectSegmentrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

RectSegment

RectSegment(doublex, doubley, doublewidth, doubleheight)

Parameters

x: double

the left edge of the rectangle.

y: double

the right edge of the rectangle.

width: double

the width of the rectangle.

height: double

the height of the rectangle.

Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions width and height in user space.

RectSegment

RectSegment(Pointpoint, doublewidth, doubleheight)

Parameters

point: Point

the lower left corner of the rectangle.

width: double

the width of the rectangle.

height: double

the height of the rectangle.

Append a rectangle to the current path as a complete subpath, with lower-left corner point and dimensions width and height in user space.

Property Documentation

Height

doubleHeight[get, set]

The height of the rectangle.

Point

PointPoint[get, set]

The lower left corner of the rectangle.

Width

doubleWidth[get, set]

The width of the rectangle.

Member Function Documentation

ConstructorRetrieve

static new static RectSegmentConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

new static RectSegment

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

ToString

override stringToString()

Returns:

override string