ArduinoTest.Components.ColorManagment.Service.GDIColorProvider.CreateCompatibleBitmap C# (CSharp) 메소드

CreateCompatibleBitmap() 개인적인 메소드

private CreateCompatibleBitmap ( IntPtr hdc, int nWidth, int nHeight ) : IntPtr
hdc System.IntPtr
nWidth int
nHeight int
리턴 System.IntPtr
        static extern IntPtr CreateCompatibleBitmap(IntPtr hdc, int nWidth, int nHeight);