Tao.Platform.Windows SDK Documentation

Gdi.GetDeviceCaps Method 

[Visual Basic]
Public Shared Function GetDeviceCaps( _
   ByVal deviceContext As IntPtr, _
   ByVal nIndex As Integer _
) As Integer
[C#]
public static int GetDeviceCaps(
   IntPtr deviceContext,
   int nIndex
);

See Also

Gdi Class | Tao.Platform.Windows Namespace