複製鏈接
請複製以下鏈接發送給好友

DisplayMode

鎖定
public DisplayMode(int width, int height, int bitDepth, int refreshRate)使用提供的參數創建一個新的顯示模式對象。
外文名
DisplayMode
顯示的寬度
width
顯示的高度
height
顯示的位深
bitDepth
public DisplayMode(int width, int height, int bitDepth, int refreshRate)使用提供的參數創建一個新的顯示模式對象。 參數: width - 顯示的寬度(用像素表示) height - 顯示的高度(用像素表示) bitDepth - 顯示的位深(用位/像素表示)。如果有多個位深可用,它可以是 BIT_DEPTH_MULTI。 refreshRate - 顯示的刷新率(以赫茲表示)。如果信息不可用,則它可以是 REFRESH_RATE_UNKNOWN。