Lisp HUG Maillist Archive

draw metafile parts

Hello

For drawing image parts on screen  CAPI provides some useful options with the :FROM-X, :FROM-Y, :FROM-WIDTH, :FROM-HEIGHT keywords of GP::DRAW-IMAGE.

I can't see how to do this with CAPI::DRAW-METAFILE
Is it possible ?

Thank you
Jean
 

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: draw metafile parts

Could you use capi:draw-metafile-to-image, and then use gp:draw-image?

Jeff M.

Jean Bresson
Monday, August 18, 2014 3:50 AM
Hello

For drawing image parts on screen CAPI provides some useful options with the :FROM-X, :FROM-Y, :FROM-WIDTH, :FROM-HEIGHT keywords of GP::DRAW-IMAGE.

I can't see how to do this with CAPI::DRAW-METAFILE
Is it possible ?

Thank you
Jean


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:33 UTC