C# Class SuperMap.WinRT.REST.ServerColor

${REST_ServerType_ServerColor_Tile}

${REST_ServerType_ServerColor_Description}

Afficher le fichier Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Méthodes publiques

Méthode Description
ServerColor ( ) : System.Collections.Generic

${REST_ServerType_ServerColor_constructor_None_D}

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

${REST_ServerType_ServerColor_constructor_String_D}

Private Methods

Méthode Description
FromJson ( JsonObject json ) : ServerColor
ToJson ( ServerColor result ) : string

Method Details

ServerColor() public méthode

${REST_ServerType_ServerColor_constructor_None_D}
public ServerColor ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ServerColor() public méthode

${REST_ServerType_ServerColor_constructor_String_D}
public ServerColor ( int red, int green, int blue ) : System.Collections.Generic
red int
green int
blue int
Résultat System.Collections.Generic