windrobin / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 1 forks source link

Can't use KmlColor #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In Visual Studio, try to create a new KmlColor object

What is the expected output? What do you see instead?
I can see the KmlColor in intellisense, I press 'Enter', it is written then 
underlined as an error as if the object wasn't defined.

What version of the product are you using? On what operating system?
I use the TestApplication_7 with VS10

Please provide any additional information below.
I cannot find any ToKmlColor function either

Original issue reported on code.google.com by aurore.y...@gmail.com on 13 Jun 2012 at 2:30

GoogleCodeExporter commented 9 years ago
Hi, this sounds like you have to rebuild your project. Did you manage to fix 
this?

Original comment by fraser.c...@gmail.com on 31 Jul 2012 at 9:08

GoogleCodeExporter commented 9 years ago
KmlColor struct - 

http://code.google.com/p/winforms-geplugin-control-library/source/browse/trunk/W
rappers/KmlColor.cs

KmlHelpers methods.

//Converts a System.Drawing.Color into a KmlColor
public static KmlColor ToKmlColor 

// e.g.
KmlColor red = System.Drawing.Color.Red.ToKmlColor();

// Converts a System.Drawing.Color into a KmlColor string
public static string ToKmlColorString

// e.g.
string red = System.Drawing.Color.Red.ToKmlColorString();

Original comment by fraser.c...@gmail.com on 18 Aug 2012 at 9:58