'DeclarationPublic Shared Function GetDeviceCaps( _ ByVal hDC As System.IntPtr, _ ByVal nIndex As System.Integer _ ) As System.Integer
'UsageDim hDC As System.IntPtr Dim nIndex As System.Integer Dim value As System.Integer value = NGdi32.GetDeviceCaps(hDC, nIndex)
Parameters
- hDC
- nIndex