Page 1 of 1

snapshot including the window decorations of the open stack?

Posted: Fri Mar 27, 2015 5:54 pm
by AndyP
So to get a snapshot of a stack is as below:

put the rect of this stack into tRect
import snapshot from rect tRect

works as expected.

But how can one snapshot including the window decorations of the open stack?

Re: snapshot including the window decorations of the open st

Posted: Fri Mar 27, 2015 7:01 pm
by FourthWorld
Try "the effective rect of <stack>"

Re: snapshot including the window decorations of the open st

Posted: Fri Mar 27, 2015 10:38 pm
by AndyP
Thanks Richard.

perfect..learn something new everyday.