This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, January 8, 2009 10:37:11 PM(UTC)
Groups: Registered
Posts: 74
hello,
My application is a windows based application using c#.net 2008(winforms) and .net framework is 3.5 and also use leadtools version 16.In my application,
One excepton is happened. the exception is "Error 3 Cannot implicitly convert type 'Leadtools.RasterColor' to 'System.Drawing.Color'
i wrote the code is,
color clrfilcolor;
rasterColor Fillcolor;
clrfilcolor=Fillcolor
regards,
ssskkk
#2
Posted
:
Sunday, January 11, 2009 1:42:16 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Ssskkk,
To resolve the problem, please try the following code:
+---------+
color clrfilcolor;
rasterColor Fillcolor;
clrfilcolor = Fillcolor.ToGdiPlusColor();
+---------+
For more information, please read the help topic "RasterColor Structure" in the LEADTOOLS .Net documentation.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Monday, January 12, 2009 6:00:29 PM(UTC)
Groups: Registered
Posts: 74
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.