- copyTo
bool copyTo(HDC dest, int destX, int destY, int width, int height, int srcX, int srcY, DWORD rop)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyTo
bool copyTo(Graphics destGraphics, int destX, int destY, int width, int height, int srcX, int srcY, DWORD rop)
bool copyTo(Graphics destGraphics, Rect bounds)
- dispose
void dispose()
- drawArc
void drawArc(Pen pen, int x, int y, int width, int height, int arcX1, int arcY1, int arcX2, int arcY2)
void drawArc(Pen pen, Rect r, Point arc1, Point arc2)
- drawBezier
void drawBezier(Pen pen, Point[4] points)
void drawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4)
- drawBeziers
void drawBeziers(Pen pen, Point[] points)
- drawEllipse
void drawEllipse(Pen pen, Rect r)
void drawEllipse(Pen pen, int x, int y, int width, int height)
- drawIcon
void drawIcon(Icon icon, Rect r)
void drawIcon(Icon icon, int x, int y)
- drawLine
void drawLine(Pen pen, Point start, Point end)
void drawLine(Pen pen, int startX, int startY, int endX, int endY)
- drawLines
void drawLines(Pen pen, Point[] points)
- drawMoveGrip
void drawMoveGrip(Rect movableArea, bool vSplit, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPolygon
void drawPolygon(Pen pen, Point[] points)
- drawRectangle
void drawRectangle(Pen pen, Rect r)
void drawRectangle(Pen pen, int x, int y, int width, int height)
- drawRectangles
void drawRectangles(Pen pen, Rect[] rs)
- drawSizeGrip
void drawSizeGrip(int right, int bottom)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(Dstring text, Font font, Color color, Rect r, TextFormat fmt)
void drawText(Dstring text, Font font, Color color, Rect r)
- drawTextDisabled
void drawTextDisabled(Dstring text, Font font, Color color, Color backColor, Rect r, TextFormat fmt)
void drawTextDisabled(Dstring text, Font font, Color color, Color backColor, Rect r)
- fillRectangle
void fillRectangle(Brush brush, Rect r)
void fillRectangle(Brush brush, int x, int y, int width, int height)
- fillRectangle
void fillRectangle(Color color, Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillRectangle
void fillRectangle(Color color, int x, int y, int width, int height)
- fillRegion
void fillRegion(Brush brush, Region region)
- flush
void flush()
- getCachedTextFormat
TextFormat getCachedTextFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNearestColor
Color getNearestColor(Color c)
- getScaleSize
Size getScaleSize(Font f)
- measureText
Size measureText(Dstring text, Font font, int maxWidth, TextFormat fmt)
Size measureText(Dstring text, Font font, TextFormat fmt)
Size measureText(Dstring text, Font font, int maxWidth)
Size measureText(Dstring text, Font font)