![]() |
|
|
|
|
1
28th April 18:10
External User
Posts: 1
|
No because the window pixel range is zero based so the reange will be from
0-51 = 52 pixels wide. -- Bob Powell [MVP] Visual C#, System.Drawing Ramuseco Limited .NET consulting http://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article. |
|
|
|
|
3
28th April 18:10
External User
Posts: 1
|
In the default mode, a unit in world coordinates maps to a single pixel on
the screen. By changing the page units to, say inch, point or millimeter the world units will correspond to the chosen standard. -- -- Bob Powell [MVP] Visual C#, System.Drawing Ramuseco Limited .NET consulting http://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article. |
|