Appccelerate.Windows.GraphicHelper.NativeMethods.GetDeviceCaps C# (CSharp) Method

GetDeviceCaps() private method

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