Exemplo n.º 1
0
 public static IntPtr CreateDibSectionWrapper(IntPtr hdc, ref Win32Types.BitmapInfo bmi,
                                              uint usage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset)
 {
     return(CreateDIBSection(hdc, ref bmi, usage, out ppvBits, hSection, dwOffset));
 }
Exemplo n.º 2
0
 private static extern IntPtr CreateDIBSection(IntPtr hdc, ref Win32Types.BitmapInfo bmi,
                                               uint usage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);