Bases: object
Proxy of C++ PCore::LWRasterFuncs class
Transfer a raster image, or part of one, to the surface of a panel. srcx
and srcy
are the upper left corner of the source rectangle, while dstx
and dsty
are the upper left corner of the destination, relative to the upper left corner of the panel window.
!! NOT DOCUMENTED !!
Create a raster. No flags are currently defined, so flags
should be 0.
Free a raster.
Draw a LightWave® rectangular border. The indent
controls the border thickness.
Draw a filled box.
Draw a line from (x
, y
) to (x2
, y2
) inclusive.
Set the color of a pixel. The color
is either one of the predefined colors in lwpanel.h or 8-bit levels of red, green and blue.
Draw a filled box.
Set the color of a pixel.
Draw a line of text
. The coordinates specify the upper left corner of the first character cell.
Draw a filled box. The erase color is the panel's background color.