Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RectangleF
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00783127
Message ID:
00783194
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform