RectSegment Class Documentation
classRectSegment : SegmentNamespace: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
rhs: RectSegmentsignifier: InternalConstruct
RectSegment
RectSegment(doublex, doubley, doublewidth, doubleheight)Parameters
x: doublethe left edge of the rectangle.
y: doublethe right edge of the rectangle.
width: doublethe width of the rectangle.
height: doublethe 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: Pointthe lower left corner of the rectangle.
width: doublethe width of the rectangle.
height: doublethe 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 RectSegmentDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
override string