Aspose.Pdf.Examples.CSharp.AsposePDFFacades.TechnicalArticles.WinAPIIndexBitmapConverter.CreateDIBSection C# (CSharp) Метод

CreateDIBSection() приватный Метод

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
Результат 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;