Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好想创建一个像 xscope 或 pixelruler 这样的应用程序,但是我创建的所有应用程序都有一个标准的窗口。我怎样才能在没有窗口的屏幕上直接绘图?
没有窗口你不能画画,但你可以有一个透明背景的窗口。
本教程应该可以帮助您。您将需要一个自定义NSWindow子类,并使其透明,您传入NSBorderlessWindowMask. styleMask然后您可以在窗口的内容视图中进行绘图。
NSWindow
NSBorderlessWindowMask
styleMask