[comp.sys.mac.programmer] Drawing Pictures to windows

rmiller@sbcs.sunysb.edu (Robert Miller) (01/28/91)

I've been working with Pictures and there is something Inside
Macintosh does not make clear to me:

1.  A picture saves a series of Quickdraw calls.  Are these calls made
to the coordinate system defined by the rectangle the picture is drawn
in?  That is, if I call DrawPicture(myPic, &myRec) and myRec.top and
myRec.left are negative, will the picture be drawn with the top and the
left side outside of the window?

Robert
rmiller@sbcs.sunysb.edu