Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Could you please explain more to me what is the difference between PointF and Point in .NET?

I thought the coordinates of pixels on screen are calculated as integers only, so what can PointF do anything special here?

In fact, in some cases I have to use PointF instead of Point to have some shape drawn with higher quality, but in some case using PointF doesn't make any difference.

Your help would be highly appreciated!

VipHaLong
Posted
Comments
Sergey Alexandrovich Kryukov 1-Mar-13 14:20pm    
Why asking such questions? Anyone can see the declaration of one and another. The questions about "difference" are generally incorrect. If you don't understand it, tell us the difference between apple and Apple. :-)
—SA
supernorb 1-Mar-13 20:27pm    
I mean the difference in usages of the both not in declarations (Why and when using PointF instead of Point ? Don't you think this is a must understand matter for everyone who programs with GDI+ in .NET?). Thanks!

1 solution

 
Share this answer
 
Comments
supernorb 1-Mar-13 20:31pm    
Thank you, the answers from that link can tell me at least a reason for PointF to be used in .NET, but I still don't know how it works differently from Point because as I said that our screen is divided into many rectangular pixels and coordinates are integers. Please wait more for other answers... before I accept your solution. Thanks again!!!

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