Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgSize()
QTPlgSize(other as QTPlgSize)
QTPlgSize(w as double, h as double)

Properties

Overloaded Operators

QTPlgSize< = > QTPlgSize=integer


Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgPoint()
QTPlgPoint(other as QTPlgPoint)
QTPlgPoint(x as integer, y as integer)

Properties

Methods

distance(p as QTPlgPoint) as single
center(p as QTPlgPoint) as QTPlgPoint

Overloaded Operators

QTPlgPoint+QTPlgPoint=QTPlgPoint
QTPlgPointQTPlgPoint=QTPlgPoint


Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgLine()
QTPlgLine(other as QTPlgLine)
QTPlgLine(p1 as , p2 as )

Properties



Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgContour()
QTPlgContour(other as QTPlgContour)

Properties

Methods

point(i as integer) as
add(p as )
remove(i as integer)
clear()

Overloaded Operators

QTPlgContour+QTPlgContour=QTPlgContour


Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgRect()
QTPlgRect(other as QTPlgRect)
QTPlgRect(c as control)
QTPlgRect(w as integer, h as integer)[Deprecated]
QTPlgRect(size as )

Properties

Methods

fitToRect(bounds as QTPlgRect) as QTPlgRect


Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgColorRange()
QTPlgColorRange(other as QTPlgColorRange)
QTPlgColorRange(fromColor as color, toColor as color)

Properties



Class Hierarchy:

Suitable for Console Applications with the exception of the ImageToRegion(p as picture) class method

Constructors

QTPlgRegion()
QTPlgRegion(other as QTPlgRegion)
QTPlgRegion(r as QTPlgRect)

Properties

Methods

RectToRegion(r as )
OvalToRegion(r as )
ContourToRegion(contour as )
ImageToRegion(p as picture)
Copy(src as QTPlgRegion)
Add(src as QTPlgRegion)
Subtract(src as QTPlgRegion)
Reset()

Overloaded Operators

QTPlgRegion+QTPlgRegion=QTPlgRegion
QTPlgRegionQTPlgRegion=QTPlgRegion



Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgGraphicsMode()
QTPlgGraphicsMode(other as QTPlgGraphicsMode)
QTPlgGraphicsMode(mode as integer, col as color)

Properties

Methods

defaultStatus()


Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgMatrix()
QTPlgMatrix(other as QTPlgMatrix)

Properties

Methods

defaultStatus()
value(i as integer, j as integer) as double
bounds(srcRect as , dstRect as )
flip(xAxis as boolean, yAxis as boolean)
rotate(degrees as double)
skew(dx as integer, dy as integer)
scale(xScale as double, yScale as double)
translate(dx as integer, dy as integer)

Overloaded Operators

QTPlgMatrix+QTPlgMatrix=QTPlgMatrix
! as QTPlgMatrix

Constants and Flags



Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgCoreDisplayParams()
QTPlgCoreDisplayParams(other as QTPlgCoreDisplayParams)

Properties

Methods

defaultStatus()


Class Hierarchy:

Suitable for Console Applications

Constructors

QTPlgGraphicsContext()
QTPlgGraphicsContext(other as QTPlgGraphicsContext)
QTPlgGraphicsContext(srcRect as , dstRect as )

Properties

Methods

ClipToDestRect()
Copy(gc as QTPlgGraphicsContext)
Reset()

Overloaded Operators

Operator_Convert() as