I am using quartz composer to display the Graphics, my
problem is i am unable to print the QCView . Please help to print
the QCView
You would need to retrieve an NSImage from the QCView and then print
it. Simplest way to do that is to call -copy: on the QCView and it
will put an NSImage representing the current contents of the QCView
in the pasteboard ([NSPasteboard generalPasteboard] / NSTIFFPboardType)