Quad Class Documentation
classQuad : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
Represents a quadrilateral in a program.
A quadrilateral is a polygon graphic that has four sides or edges and four corners, Bottom Left, Bottom Right, Top Left, and Top Right.
Referenced by
Constructor & Destructor Documentation
Property Documentation
BottomLeft
PointBottomLeft[get]Bottom left corner of the Quad.
BottomRight
PointBottomRight[get]Bottom right corner of the Quad.
TopLeft
PointTopLeft[get]Top left corner of the Quad.
TopRight
PointTopRight[get]Top right corner of the Quad.
Member Function Documentation
ConstructorRetrieve
static QuadConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
QuadDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolSameTypeEquals
boolSameTypeEquals(Quadrhs)Parameters
rhs: Quad
Returns:
boolToRect
RectToRect()Returns:
RectReturns a rectangle describing the same area as the quad.
ToString
override stringToString()Returns:
override stringReturns a UTF-8 string representation of the quad by calling each point's ToString function.
Transform
Parameters
arg0: Matrix
Returns:
QuadCreate a new quad from the results of a Transform on each point of the Quad.