ImageSurface.drawDecoratedWindow
void drawDecoratedWindow(Window win, int deltaX = 0, int deltaY = 0)Draws a decorated window to the image surface.
This draws the window including its title bar and borders.
Parameters
win | Window to draw |
deltaX | X offset for drawing (default 0) |
deltaY | Y offset for drawing (default 0) |