Class BaseSerializableMapDefinition
The base class of all serializable map definition types
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.ObjectModels
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public class BaseSerializableMapDefinition : BaseSerializable
Methods
| Improve this Doc View SourceParseHTMLColor(String)
Parses the given HTML color
Declaration
protected Color ParseHTMLColor(string strColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | strColor |
Returns
Type | Description |
---|---|
System.Drawing.Color |
SerializeHTMLColor(Color, Boolean)
Serializes the given color
Declaration
protected string SerializeHTMLColor(Color color, bool bIncludeAlpha)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | |
System.Boolean | bIncludeAlpha |
Returns
Type | Description |
---|---|
System.String |