Re: Custom TypeConverter for PointF, SizeF, RectangleF
- From: "Bob Powell [MVP]" <bob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 6 Apr 2005 07:51:31 +0200
That's a question I'd often asked myself. A type converter is pretty easy to
write. I think I have one somewhere.
I'll dig it out later today and put it up on the Windows Forms Tips and
Tricks site. I suggest you subscribe to the RSS feed on there for
notification.
--
Bob Powell [MVP]
Visual C#, System.Drawing
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.
"JJJ" <JJJ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:435C0D05-A886-4C45-A3F5-D1CABD802123@xxxxxxxxxxxxxxxx
> Is it possible to assign a TypeConverterAttribute to an existing .NET
> Framework class or structure? For example Point has a TypeConverter
> called
> PointConverter but the framework does not have a PointFConverter for
> PointF.
> Why does the framework not have these TypeConverters?
.
- Follow-Ups:
- Re: Custom TypeConverter for PointF, SizeF, RectangleF
- From: Frank Hileman
- Re: Custom TypeConverter for PointF, SizeF, RectangleF
- References:
- Prev by Date: Re: Add additional frames to an Image
- Next by Date: Cannot save image under same path as it was loaded
- Previous by thread: Custom TypeConverter for PointF, SizeF, RectangleF
- Next by thread: Re: Custom TypeConverter for PointF, SizeF, RectangleF
- Index(es):
Relevant Pages
|