Re: Printing of shapes in GDI+
From: Bob Powell [MVP] (bob_at__spamkiller_bobpowell.net)
Date: 07/20/04
- Next message: Bob Powell [MVP]: "Re: Displaying JPGs and Deleting the File"
- Previous message: babylon: "Re: CPU jumps to 100% - I overrided the OnPaint method of a Control to display an Image"
- In reply to: Pravin: "Printing of shapes in GDI+"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Jul 2004 10:38:02 +0200
Probably your easiest method will be to do all of your drawing, whether on
screen or on the printer, using a real-world measurement such as Inches,
Points or even Display. That way you don't have to worry about converting
from screen to printer resolutions.
-- Bob Powell [MVP] Visual C#, System.Drawing The Image Transition Library wraps up and LED style instrumentation is available in the June of Well Formed for C# or VB programmers http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml "Pravin" <pr_avin@rediffmail.com> wrote in message news:%23cqIOfhbEHA.3420@TK2MSFTNGP12.phx.gbl... > I am drawing some shapes on the scrollable panel using GDI+. The panel may > grow vertically or horizontally according to the shape positions. I have to > print these drawings on the panel. > > I tried capturing the screen shot of the panel but it working only for the > visible area (won't cover the scrolling region). > > I tried a different approach; redraw the shapes by transforming the panel > coordinates to the printing page co-ordinate. It is working for the multiple > page but transformation points are not giving correct value in the case of > curve. > > > > Is there any easy way to achieve this task? > > >
- Next message: Bob Powell [MVP]: "Re: Displaying JPGs and Deleting the File"
- Previous message: babylon: "Re: CPU jumps to 100% - I overrided the OnPaint method of a Control to display an Image"
- In reply to: Pravin: "Printing of shapes in GDI+"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|