精華區beta mud_sanc 關於我們 聯絡資訊
GetDeviceCaps 】     格式: GetDeviceCaps(Index) 中文: GetDeviceCaps(索引值) 說明:取得顯示設備一些資訊,可用參數: 0 : Device driver version 2 : Device classification 4 : 螢幕寬 6 : 螢幕高 8 : 解析度寬 10 : 解析度高 12 : 色彩品質 14 : Number of planes 16 : Number of brushes the device has 18 : Number of pens the device has 20 : Number of markers the device has 22 : Number of fonts the device has 24 : Number of colors the device supports 26 : Size required for device descriptor 28 : Curve capabilities 30 : Line capabilities 32 : Polygonal capabilities 34 : Text capabilities 36 : Clipping capabilities 38 : Bitblt capabilities 40 : Length of the X leg 42 : Length of the Y leg 44 : Length of the hypotenuse 45 : Shading and blending caps 88 : DPI的 X 值 90 : DPI的 Y 值 104 : Number of entries in physical palette 106 : Number of reserved entries in palette 108 : Actual color resolution 116 : 倍頻 117 : 桌面寬 118 : 桌面高 119 : Preferred blt alignment 英文的表示不清楚是什麼資訊。 範例: --==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==-- print (GetDeviceCaps (8)) --==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--