示例#1
0
 public WNT_Window(string theTitle, WNT_WClass theClass, uint theStyle, int thePxLeft, int thePxTop,
                   int thePxWidth, int thePxHeight, Quantity_NameOfColor theBackColor, IntPtr theParent, IntPtr theMenu,
                   IntPtr theClientStruct)
     : base()
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void SetValues(Quantity_NameOfColor theName)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Quantity_Color(Quantity_NameOfColor theName)
     : base()
 {
     throw new NotImplementedException();
 }
示例#4
0
 public bool ColorFromName(string theName, ref Quantity_NameOfColor theColor)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public string StringName(Quantity_NameOfColor theColor)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public WNT_Window(IntPtr aHandle, Quantity_NameOfColor aBackColor)
     : base()
 {
     throw new NotImplementedException();
 }
示例#7
0
 public void GetLineAtt(Prs3d_Drawer aDrawer, AIS_TypeOfAttribute TheTypeOfAttributes,
                        ref Quantity_NameOfColor aCol, ref double aWidth, ref Aspect_TypeOfLine aTyp)
 {
     throw new NotImplementedException();
 }
        //--------------------------------------------------------------------------------------------------

        public static Quantity_Color ToColor(this Quantity_NameOfColor colorName)
        {
            return(new Quantity_Color(colorName));
        }
        //--------------------------------------------------------------------------------------------------

        public static Color Color(Quantity_NameOfColor colorName)
        {
            return(Color(new Quantity_Color(colorName)));
        }
 public void SetColor(Quantity_NameOfColor aCol)
 {
     throw new NotImplementedException();
 }
 public AIS_AttributeFilter(Quantity_NameOfColor aCol)
     : base()
 {
     throw new NotImplementedException();
 }