C# 클래스 SuperMap.Web.iServerJava6R.ServerColor

${iServerJava6R_ServerType_ServerColor_Tile}

${iServerJava6R_ServerType_ServerColor_Description}

파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight 1 사용 예제들

공개 메소드들

메소드 설명
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