Search Results for

    Show / Hide Table of Contents

    Class BaseSerializableMapDefinition

    The base class of all serializable map definition types

    Inheritance
    System.Object
    BaseSerializable
    BaseSerializableMapDefinition
    Inherited Members
    BaseSerializable.NormalizedSerialize(XmlSerializer, Object)
    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 Source

    ParseHTMLColor(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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng