Closed GoogleCodeExporter closed 8 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
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
Original issue reported on code.google.com by
aurore.y...@gmail.com
on 13 Jun 2012 at 2:30