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.

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

_foreground
Color _foreground;
Undocumented in source.
currentBrush
HBRUSH currentBrush;
Undocumented in source.
currentPen
HPEN currentPen;
Undocumented in source.
hdc
HDC hdc;
Undocumented in source.
hwnd
HWND hwnd;
Undocumented in source.
oldBmp
HBITMAP oldBmp;
Undocumented in source.
originalBrush
HBRUSH originalBrush;
Undocumented in source.
originalPen
HPEN originalPen;
Undocumented in source.
windowHdc
HDC windowHdc;
Undocumented in source.

Meta