I don't get it :-( When I use NSWindowMBS with a CustomNSViewMBS and want to draw a complete round window... How do I find it's graphic context to draw that round window without using any Picture classes?
••• Op 9 mei 2013, om 12:59 heeft Christian Schmitz <[email protected]> het volgende geschreven: > > > Well, I think the drawing function here expects the normal coordinates in > points, not pixel. > > So you should have a double resolution image and draw it at normal > coordinates. > > Like view is 100x100. Image is 200x200. And you draw > > g.drawAtPoint mywindowbackground(width*sf, height*sf), 0, 0, 0, 0, width, > height, g.NSCompositeCopy, 1.0 > > > Greetings > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
