Windows Powershell绘图

我在用Windows Powershell制作一个GUI(图形用户界面)程序,命名空间为System,我现在要在窗口上绘图(可以将几何图形、文字、图片绘制在上面),请问应该怎么办才能实现?

你好, Windows Powershell 并不能做 GUI 应用程序, 你可以看看一些资料: https://blog.csdn.net/qq_41185868/article/details/82889561