C# Class SuperMap.Web.iServerJava6R.ServerColor

${iServerJava6R_ServerType_ServerColor_Tile}

${iServerJava6R_ServerType_ServerColor_Description}

Mostra file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
ServerColor ( ) : System.Collections.Generic

${iServerJava6R_ServerType_ServerColor_constructor_None_D}

ServerColor ( int red, int green, int blue ) : System.Collections.Generic

${iServerJava6R_ServerType_ServerColor_constructor_String_D}

Private Methods

Method Description
FromJson ( System.Json.JsonObject json ) : ServerColor
ToJson ( ServerColor result ) : string

Method Details

ServerColor() public method

${iServerJava6R_ServerType_ServerColor_constructor_None_D}
public ServerColor ( ) : System.Collections.Generic
return System.Collections.Generic

ServerColor() public method

${iServerJava6R_ServerType_ServerColor_constructor_String_D}
public ServerColor ( int red, int green, int blue ) : System.Collections.Generic
red int
green int
blue int
return System.Collections.Generic