安阳市中考满分作文-5 软件新工程的创建.pptVIP

安阳市中考满分作文-5 软件新工程的创建.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Visual C++软件工程的创建 1 向工程中添加菜单命令及相关的函数 2 绘图的实现 1 向工程中添加菜单命令及相关的函数 初步工程建立中其他相关函数的关系及其添加 2 绘图的实现 坐标系统 设备坐标 逻辑坐标 物理坐标 坐标系统 设备坐标 是指显示设备或打印设备坐标系下的坐标,它的特点是以设备的像素点为单位。对于窗口的视图而言,设备坐标的原点在客户区的左上角,X坐标从左向右递增,Y坐标自上而下递增。由于设备的分辨率不同,相同坐标值的物理位置可能不同,如对于边长为100的矩形,当显示器为640×480和800×600时,它的大小(实际尺寸)是不一样的。 坐标系统 逻辑坐标 是指在各种映射模式下的坐标(也可以理解为没有单位的坐标体系)。 绘图时,逻缉坐标往往起更大的作用。不同映射模式下的逻辑坐标并不相同。缺省时,逻辑坐标和设备坐标是一致的。 坐标系统 物理坐标 物理坐标是程序员自己定义的、以实际长度单位为单位的坐标体系。 逻辑坐标的精度不能达到要求或需要用浮点数表示位置时,往往需要物理坐标。比如,要设计一个排版页面时,版面上的文字、图形等元素的大小和位置都要有精确的表示,为了防止转换时造成太大的误差,可以将其逻辑单位定为0.01mm,这样计算出来的坐标就是物理坐标。 也可以这样认为,设备坐标即你所用输出设备的物理坐标,逻辑坐标为人们规定的坐标,按照像素为单位,而物理坐标则是人为规定的按照一定单位如0.01mm,来制定一定的长度和坐标系。 与绘图有关的类 CDC CPen CBrush CRect POINT 有关绘图类在层次图的位置 CDC Mapping Functions GetMapMode Retrieves the current mapping mode. SetMapMode Sets the current mapping mode. GetViewportOrg Retrieves the x- and y-coordinates of the viewport origin. SetViewportOrg Sets the viewport origin. OffsetViewportOrg Modifies the viewport origin relative to the coordinates of the current viewport origin. GetViewportExt Retrieves the x- and y-extents of the viewport. SetViewportExt Sets the x- and y-extents of the viewport. ScaleViewportExt Modifies the viewport extent relative to the current values. GetWindowOrg Retrieves the x- and y-coordinates of the origin of the associated window. SetWindowOrg Sets the window origin of the device context. OffsetWindowOrg Modifies the window origin relative to the coordinates of the current window origin. GetWindowExt Retrieves the x- and y-extents of the associated window. SetWindowExt Sets the x- and y-extents of the associated window. ScaleWindowExt Modifies the window extents relative to the current values. Line-Output Functions GetCurrentPosition Retrieves the current position of the pen (in logical coordinates). MoveTo Moves the current position. LineTo Draws a line from the current position up to, but not including, a point. Arc Draws an elliptical arc. ArcTo Draws an elliptical arc. This function is simi

文档评论(0)

yan666888 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档