游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

获得当前颜色深度

function GetColorDepth: integer 
var 
  dc: HDC; 
begin 
  dc := GetDC(0); 
  Result := GetDeviceCaps(dc, BITSPIXEL); 
  ReleaseDC(0, dc); 
end;

posted on 2017-02-07 14:59  游子日月长  阅读(123)  评论(0编辑  收藏  举报