Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RectangleF
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00783127
Message ID:
00783194
Views:
19
This message has been marked as the solution to the initial question of the thread.
Hi Wilson,

The Rectangle class uses integers where the RectangleF class uses floats. To convert a Rectangle class to RectangleF, use the following in VB.NET:
MyRectangleF = RectangleF.op_Implicit(MyRectangle)
>How do i convert a Rectangle type to RectangleF
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform