Exemplo n.º 1
0
 public static extern IntPtr CreateDIBSection(IntPtr hdc, [In] ref BITMAPINFO pbmi, DIB_Color_Mode pila, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);
Exemplo n.º 2
0
 static extern int GetDIBits([In] IntPtr hdc, [In] IntPtr hbmp, uint uStartScan, uint cScanLines, [Out] byte[] lpvBits, ref BITMAPINFO lpbi, DIB_Color_Mode uUsage);
Exemplo n.º 3
0
        public static extern IntPtr CreateDIBSection(IntPtr hdc,
			[In] ref BITMAPINFO pbmi,
			DIB_Color_Mode uUsage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);
Exemplo n.º 4
0
        public static extern int SetDIBits(IntPtr hdc, IntPtr hbmp, uint uStartScan, uint
		   cScanLines, byte[] lpvBits, [In] ref BITMAPINFO lpbmi, DIB_Color_Mode uUsage);
Exemplo n.º 5
0
 public static extern int GetDIBits([In] IntPtr hdc, [In] IntPtr hbmp, uint uStartScan, uint cScanLines, [Out] byte[] lpvBits, ref BITMAPINFO lpbi, DIB_Color_Mode uUsage);
 public static extern int GetDIBits(IntPtr hdc, IntPtr hbmp, int uStartScan, int cScanLines, IntPtr lpvBits, BITMAPINFOHEADER lpbi, DIB_Color_Mode uUsage);