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.
是否可以将显示器上的原点从左上角移动到显示器的中心?
我为什么要这样做?这样,我可以绘制以下点:
(-21,-25),(22,-25),(21,25),(-21,25)
如您所见,其中一些是负面的,因此在显示器上不可见。有什么建议么?
使用 GDI 功能SetViewportOrgEx()。请注意,在 GDI 中,坐标与屏幕无关;它们与设备上下文相关,通常对应于窗口的客户区。
SetViewportOrgEx()