GetDisplayNumColors                              (XAPI2000)

Deklaration
Function GetDisplayNumColors () As Double

Beskrivning
Returnerar antal färger som grafikkortet är inställd på.

Returvärden
Funktionen returnerar antal färger som grafikkortet är inställd på. Returvärdet är ett tal av typ Double.

Se även
GetDisplayBitsPerPixel, GetDisplayCharSize


Exempel (VB 6.0)

Label_Colors.Caption = CStr(GetDisplayNumColors())  ' Skriv ut antal färger
Label_BPP.Caption = CStr(GetDisplayBitsPerPixel())  ' Skriv ut antal färgbitar per pixels
Label_ChrSize.Caption = CStr(GetDisplayCharSize())  ' Skriv ut teckenstorlek

    
 
  
SamLogic