开发者

how to perform zoom in effect on NSview?

开发者 https://www.devze.com 2023-03-19 21:11 出处:网络
I have a NSView that shows some drawing. User can zoom in the drawing. Now, i just redraw the NSView when it 开发者_C百科is zoomed in.

I have a NSView that shows some drawing. User can zoom in the drawing.

Now, i just redraw the NSView when it 开发者_C百科is zoomed in.

What i want to do is to show a zoom effect before redrawing.

How can i do that?

0

精彩评论

暂无评论...
验证码 换一张
取 消