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;