SuperMap.Web.iServerJava6R.ServerColor.ServerColor C# (CSharp) Method

ServerColor() public method

${iServerJava6R_ServerType_ServerColor_constructor_None_D}
public ServerColor ( ) : System.Collections.Generic
return System.Collections.Generic
        public ServerColor()
        {
            Blue = 0;
            Green = 0;
            Red = 255;
        }

Same methods

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