本文介绍了如何关闭*多显示*在C#?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有关于如何关闭在C#中的显示器的文章很多,但他们都关掉所有的显示器。 ?是否有关闭特定监视器任何可能的方式。

There are many articles about "how to turn off monitors in c#", but they all turn off all the monitors. Is there any possible way to turn off a particular monitor?

推荐答案

的一点点研究导致我在这里:

A little bit of research lead me here:

你知道如何在C#中调用一个函数那样?

Do you know how to call a function like that in c#?

- 编辑

貌似这家伙所做的这一切为您:

Looks like this guy has done it all for you:

这篇关于如何关闭*多显示*在C#?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 04:34