NativeScreenPainterImplementation

Undocumented in source.

Members

Functions

create
void create(NativeWindowHandle window)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
drawArc
void drawArc(int x1, int y1, int width, int height, int start, int finish)
Undocumented in source. Be warned that the author may not have intended to support it.
drawEllipse
void drawEllipse(int x1, int y1, int x2, int y2)

Arguments are the points of the bounding rectangle

drawImage
void drawImage(int x, int y, Image i)
Undocumented in source. Be warned that the author may not have intended to support it.
drawLine
void drawLine(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
drawPixel
void drawPixel(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
drawPolygon
void drawPolygon(Point[] vertexes)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRectangle
void drawRectangle(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
drawText
void drawText(int x, int y, int x2, int y2, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
swapColors
void swapColors()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fillColor
Color fillColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
outlineColor
Color outlineColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_fillColor
Color _fillColor;
Undocumented in source.
_outlineColor
Color _outlineColor;
Undocumented in source.
backgroundIsNotTransparent
bool backgroundIsNotTransparent;
Undocumented in source.
d
Drawable d;
Undocumented in source.
destiny
Drawable destiny;
Undocumented in source.
display
Display* display;
Undocumented in source.
foregroundIsNotTransparent
bool foregroundIsNotTransparent;
Undocumented in source.
gc
GC gc;
Undocumented in source.

Meta