It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
                        
                    
                
            
                7年前关闭。
        

    

如标题所示,我希望能够使用鼠标光标平移图像(NSImages),并以任何方式缩放图像。由于无法在线找到任何资源,我该怎么办,请帮助!

最佳答案

您应该看看使用Apples's IKImageView


  IKImageView类提供了一种有效的方式来显示图像。
  查看,同时支持多种图像编辑
  旋转,缩放和裁剪等操作。它支持拖动
  拖放,以便用户可以将图像拖到视图中。如果可能的话,
  图像渲染使用硬件加速来实现最佳效果
  性能。 IKImageView类被实现为的子类。
  NSView。与NSImageView类似,IKImageView类用于
  显示单个图像。


IKImageView有一些缺点,但是以我的经验,缩放效果很好。

关于macos - 如何对 cocoa MAC OS应用程序进行PAN和ZOOM NSImages缩放? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10923477/

10-12 06:06