BrightIdeasSoftware.Utilities.ImagelistAdd.CreateDIBSection C# (CSharp) Method

CreateDIBSection() private method

private CreateDIBSection ( IntPtr hdc, [ pbmi, uint iUsage, IntPtr &ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr
hdc System.IntPtr
pbmi [
iUsage uint
ppvBits System.IntPtr
hSection System.IntPtr
dwOffset uint
return System.IntPtr
        private static extern IntPtr CreateDIBSection(IntPtr hdc, [In, MarshalAs(UnmanagedType.LPStruct)]BITMAPINFO pbmi, uint iUsage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);