Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How we calculate Point to inches conversion in c#.
Posted

1 solution

 
Share this answer
 
Comments
Manfred Rudolf Bihy 27-Oct-11 8:47am    
Correct! 5+
Member 3623312 27-Oct-11 8:48am    
But how do we calculate using c# language.
OriginalGriff 27-Oct-11 8:54am    
Is that a joke?

float points = 24.0F;
float inches = points / 72.0F;
phil.o 27-Oct-11 9:39am    
I suggest you get a decent book about C# language basis
fjdiewornncalwe 27-Oct-11 13:33pm    
+5. Of course.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900