C#獲取屏幕的分辨率

扣扣技術交流羣:460189483  在C#中獲取當前屏幕的分辨率的方法 1:rectangle類。 命名空間爲:system.Drawing。         system.Drawing.Rectangle rec=Screen.GetWorkingArea(this);          int SH=rec.Height();          int SW=rec.Width();  
相關文章
相關標籤/搜索