Appccelerate.Windows.GraphicHelper.NativeMethods.GetDeviceCaps C# (CSharp) 메소드

GetDeviceCaps() 개인적인 메소드

private GetDeviceCaps ( IntPtr handleDesktop, int index ) : int
handleDesktop System.IntPtr
index int
리턴 int
            internal static extern int GetDeviceCaps(IntPtr handleDesktop, int index);