c 顯示桌面解析度 視窗寬高 視窗初始位置

2021-05-06 15:49:15 字數 730 閱讀 6255

this.clientrectangle.height工作區域高度

設定視窗初始位置

this.startposition = formstartposition.manual; //窗體的位置由location屬性決定

this.startposition = formstartposition.centerparent; //窗體在其父窗體中居中

this.startposition = formstartposition.centerscreen; //窗體在當前顯示視窗中居中,尺寸在窗體大小中指定

this.startposition = formstartposition.windowsdefaultbounds; //窗體定位在windows預設位置,邊界也由windows預設決定

this.startposition = formstartposition.windowsdefaultlocation; //窗體定位在windows預設位置,尺寸在窗體大小中指定

例:this.startposition = formstartposition.manual; //窗體的位置由location屬性決定

this.location = (point)new size(0, 0);         //視窗的起始位置為0,0

建立窗體時設定寬度和高度

this.clientsize = new system.drawing.size(x1,y1); //x1 為寬度,y1為高度

C 獲得桌面解析度 視窗當前座標

c 顯示桌面解析度 視窗寬高 視窗初始位置 視窗當前位置 視窗當前座標 system.windows.forms.systeminformation.workingarea.width 螢幕寬度system.windows.forms.systeminformation.workingarea.he...

顯示解析度大全

計算機標準 解析度cga 320 200 16 10 qvga 320 240 4 3 b w macintosh macintosh lc 512 384 4 3 ega640 350 大約 5 3 vga and mcga 640 480 4 3 hgc720 348 60 29 mda720 ...

改進顯示解析度

當前通用顯示解析度是按16 9劃分的,這樣的比例在90英吋以上才有意義,在現實使用中存在一定問題,比如電腦顯示器按16 9做,結果是19英吋做成了一長條,尷尬 難用。解析度1 1472x920點陣,184x115塊。解析度2 1280x800點陣,160x100塊。解析度3 960x600點陣,12...