Пример #1
0
 internal Class596(Class596 from)
 {
     this.dxfModel_0    = from.dxfModel_0;
     this.color_0       = from.color_0;
     this.string_1      = from.string_1;
     this.string_2      = from.string_2;
     this.interface14_0 = from.Font;
     this.bool_0        = from.bool_0;
     this.bool_1        = from.bool_1;
     this.double_2      = from.double_2;
     this.double_3      = from.double_3;
     this.bool_2        = from.bool_2;
     this.bool_3        = from.bool_3;
     this.enum46_0      = from.enum46_0;
     this.double_4      = from.double_4;
     this.double_5      = from.double_5;
     this.bool_4        = from.bool_4;
     this.bool_5        = from.bool_5;
 }
 public static extern IntPtr CopyImage(IntPtr hImage, Enum46 uType, int cxDesired, int cyDesired, Enum38 uFlags);
 public static extern IntPtr LoadImage_1(IntPtr hInst, [MarshalAs(UnmanagedType.SysInt)] int lpsz, Enum46 uType, int cx, int cy, Enum103 uFlags);
 public static extern IntPtr LoadImage(IntPtr hInst, string lpsz, Enum46 uType, int cx, int cy, Enum103 uFlags);