Hi
I want to khow about drawing methode in C# that has no dependence in pixel, do anyone can help me?
I want to draw patterns and then print them, I can Draw them but when I want to print, I have Problems with measurments because I draw them pixel by pixel and now I want to print them in CM
z_zendegi 0 Newbie Poster
Recommended Answers
Jump to PostWelcome my friend to the most complicated question you may have ever asked. but I am here to show you the way!
First off, all drawing in GDI+ is done based on pixels... now that means nothing to a printer, because of a little concept called pixel density! better …
Jump to PostOh yes! I forgot to answer the "official" question about diagonal lines! lol
ok here's the dig, pixels don't have to be square! they can be rectangular!
but as far as images in .net 3.5 are concerned, there are only square pixles. (even if you have a funny screen …
Jump to Postgreat deal bro.
All 9 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
DdoubleD 315 Posting Shark
sknake 1,622 Senior Poster Featured Poster
z_zendegi 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Diamonddrake 397 Master Poster
Diamonddrake 397 Master Poster
sknake commented: excellent answer +14
z_zendegi 0 Newbie Poster
jz_gook 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.