码迷,mamicode.com
首页 > 其他好文 > 详细

IDisplayTransformation

时间:2014-05-08 09:27:11      阅读:695      评论:0      收藏:0      [点我收藏+]

标签:des   style   class   tar   ext   color   

IDisplayTransformation

bubuko.com,布布扣 DeviceFrame Visible extent in device coordinates.
bubuko.com,布布扣 FittedBounds Device frame in world coordinates.

 

bubuko.com,布布扣 Resolution Resolution of the device in dots (pixels) per inch.
bubuko.com,布布扣 ScaleRatio Scale between FittedBounds and DeviceFrame.

 

bubuko.com,布布扣 VisibleBounds Visible extent in world coordinates.

 

In layout view, when the Page is zoomed 1:1, the resolution equals the device resolution.  When the Page is zoomed to > 100%, the resolution is set higher so that graphics are magnified.

In data view, the Map object always has its resolution set to that of the display.  Graphics are not magnified in this view when you zoom in.

The units are always in pixels per inch.

After setting the resolution, the ITransformEvents::ResolutionUpdated event is fired.

IScreenDisplay

PanMoveTo pans the display by calculating an offset distance between the start point supplied to PanStart and the destination point provided to this method.  The recording cache is automatically redrawn each time PanMoveTo is called. Use the envelope PanStop returns to truly refresh the display.

The typical sequence for using the pan methods is as follows:

  • OnMouseDown - PanStart
  • OnMouseMove - PanMoveTo
  • OnMouseUp - PanStop

 

IDisplayTransformation,布布扣,bubuko.com

IDisplayTransformation

标签:des   style   class   tar   ext   color   

原文地址:http://www.cnblogs.com/yhlx125/p/3714966.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!