SidebarLibrary.Win32.WindowsAPI.CreateDIBSection C# (CSharp) Method

CreateDIBSection() private method

private CreateDIBSection ( IntPtr hdc, BITMAPINFO_FLAT &bmi, int iUsage, int &ppvBits, IntPtr hSection, int dwOffset ) : IntPtr
hdc System.IntPtr
bmi BITMAPINFO_FLAT
iUsage int
ppvBits int
hSection System.IntPtr
dwOffset int
return System.IntPtr
		public static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO_FLAT bmi,
			int iUsage, ref int ppvBits, IntPtr hSection, int dwOffset);
		[DllImport("gdi32")]