C# Class SuperMap.Web.ISDotNET6.ServerColor

${IS6_ServerColor_Title}
Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
FromJson ( int jsonObject ) : ServerColor

${IS6_ServerColor_method_FromJson_D}

ServerColor ( ) : System

${IS6_ServerColor_constructor_None_D}

ServerColor ( int red, int green, int blue ) : System

${IS6_ServerColor_constructor_Int_D}

Private Methods

Method Description
ToJson ( ServerColor param ) : int

Method Details

FromJson() public static method

${IS6_ServerColor_method_FromJson_D}
public static FromJson ( int jsonObject ) : ServerColor
jsonObject int ${IS6_ServerColor_method_FromJson_param_jsonObject}
return ServerColor

ServerColor() public method

${IS6_ServerColor_constructor_None_D}
public ServerColor ( ) : System
return System

ServerColor() public method

${IS6_ServerColor_constructor_Int_D}
public ServerColor ( int red, int green, int blue ) : System
red int ${IS6_ServerColor_constructor_Int_param_r}
green int ${IS6_ServerColor_constructor_Int_param_g}
blue int ${IS6_ServerColor_constructor_Int_param_b}
return System