AdvancedLauncher.Tools.NativeMethods.CreateCompatibleBitmap C# (CSharp) Метод

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

private CreateCompatibleBitmap ( IntPtr hdc, int width, int height ) : IntPtr
hdc System.IntPtr
width int
height int
Результат System.IntPtr
        public static extern IntPtr CreateCompatibleBitmap(IntPtr hdc, int width, int height);