tags:

views:

4

answers:

0

I have an Composite UI Application Block-based app that contains a "screen print" button in the ShellLayoutView form. When this button is pressed, the application grabs the current image, resizes it and prints it.

My problem is that the resize action is negatively affecting the print quality. So i want to resize the window before grabing the image. How can i do that from the ShellLayoutViewForm?