Aspose.Pdf.Examples.CSharp.AsposePDFFacades.TechnicalArticles.WinAPIIndexBitmapConverter.CreateDIBSection C# (CSharp) Method

CreateDIBSection() private method

private CreateDIBSection ( IntPtr hdc, BITMAPINFO &bmi, uint Usage, IntPtr &bits, IntPtr hSection, uint dwOffset ) : IntPtr
hdc System.IntPtr
bmi BITMAPINFO
Usage uint
bits System.IntPtr
hSection System.IntPtr
dwOffset uint
return System.IntPtr
        static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO bmi, uint Usage, out IntPtr bits, IntPtr hSection, uint dwOffset);
        static uint BI_RGB = 0;