C# Класс SuperMap.Web.iServerJava6R.ServerColor

${iServerJava6R_ServerType_ServerColor_Tile}

${iServerJava6R_ServerType_ServerColor_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}

Приватные методы

Метод Описание
FromJson ( System.Json.JsonObject json ) : ServerColor
ToJson ( ServerColor result ) : string

Описание методов

ServerColor() публичный Метод

${iServerJava6R_ServerType_ServerColor_constructor_None_D}
public ServerColor ( ) : System.Collections.Generic
Результат System.Collections.Generic

ServerColor() публичный Метод

${iServerJava6R_ServerType_ServerColor_constructor_String_D}
public ServerColor ( int red, int green, int blue ) : System.Collections.Generic
red int
green int
blue int
Результат System.Collections.Generic