Пример #1
0
 static extern Int32 SetROP2(IntPtr hdc, BinaryRasterOperations ops);
Пример #2
0
 public static extern int SetROP2(IntPtr hdc, BinaryRasterOperations fnDrawMode);
Пример #3
0
 internal int SetROP(BinaryRasterOperations fnDrawMode)
 {
     return(SetROP((int)fnDrawMode));
 }
Пример #4
0
 static extern Int32 SetROP2(IntPtr hdc, BinaryRasterOperations ops);
Пример #5
0
 public static extern BinaryRasterOperations SetROP2([System.Runtime.InteropServices.InAttribute()] System.IntPtr hdc, BinaryRasterOperations rop2);