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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ToJson ( ServerColor param ) : int

메소드 상세

FromJson() 공개 정적인 메소드

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

ServerColor() 공개 메소드

${IS6_ServerColor_constructor_None_D}
public ServerColor ( ) : System
리턴 System

ServerColor() 공개 메소드

${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}
리턴 System