示例#1
0
 /// <summary>
 /// 【系统】设置系统的 系统色深
 /// </summary>
 /// <param name="depth">系统色深</param>
 /// <returns>0.失败,1.成功</returns>
 public int SetScreenDepth(int depth)
 {
     return(_dm.SetScreen(ScreenWidth, ScreenHeight, depth));
 }