C# metric transformation
how do i transform inches to pixels and viceversa ? if it was c++ i'd use the device context functions lptodp and lptohimetric but i need a C# solution.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jul 13, 2005, 8:11 AM
Look at Trasnform method of Graphics and its related objects.
Also, there are some articles in GDI+ section of this site on transformation.
gaby2rPosted Mar 9, 2005, 10:25 AM
mibuytPosted Mar 8, 2005, 10:32 AM
gaby2rPosted Mar 7, 2005, 4:14 AM