Page 1 of 1

How can I programmatically save part of the image on the screen at the specified coordinates?

Posted: Sat Nov 12, 2022 9:26 pm
by Eugene Lutsenko
hi!
How can I programmatically save part of the image on the screen at the specified coordinates?

Re: How can I programmatically save part of the image on the screen at the specified coordinates?

Posted: Sun Nov 13, 2022 2:15 am
by Tom
Look at the GraSaveScreen() sample in the Alaska docs and/or at DC_Scrn2Clipboard(<oXbp>).

Re: How can I programmatically save part of the image on the screen at the specified coordinates?

Posted: Sun Nov 13, 2022 2:59 am
by Eugene Lutsenko
thank you