- 1、本文档共22页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
图形的api说明(Figure API shows)
图形的api说明(Figure API shows)
Figure API shows
General none DC, call the ReleaseDC release, suitable for application of image intensive operation
CS_CLASSDC said all the same Class window to share the same DC, is not recommended
CS_OWNDC said that each window has its own private DC, does not need to release the DC ReleaseDC, suitable for image intensive operation
Example DCDemo shows marked difference
The physical and logical window window coordinate transformation formula is as follows:
XViewport = (xWindow - xWindowOrg) * (xViewportExt/xWindowExt) + xViewportOrg.
YViewport = (yWindow - yWindowOrg) * (yViewportExt/yWindowExt) + yViewportOrg.
Mapping mode:
The default mapping mode of DC is MM_TEXT, it is 1:1 conversion, that is a logical unit equal to a physical unit. SetMapMode can be used to apply logic unit, MM_ANISOTROPIC mode can according to the different ratio of horizontal and vertical expansion ratio, resulting in distorted image, MM_ISOTROPIC is similar to MM_ANISOTROPIC, but its horizontal and vertical expansion ratio is the same. Other models have fixed scaling factor.
Example MapDemo.dpr shows how to move the original coordinate and apply a scaling factor to the coordinate transformation, the user can select a mapping mode, and the application of scaling factor to transform.
ChangeDisplaySettings is used to change the display mode
ClientToScreen for client coordinates into screen coordinates
ScreenToClient on the contrary
CreateCompatibleDC (DC:HDC): HDC
This function creates a DC compatible with a given memory DC. For a copy of the image to the screen or printer, a bitmap must be selected into the DC, and then to the drawing operation. The release of DC to use the DeleteDC function.
MemDCDemo.dpr example demonstrates how to use the above function to achieve the animation. This example has a problem that, if the screen window is moved, will leave a lot of tailing.
DptoLP function
(DPtoLP
DC: HDC; {the handle of a device context}
Var Points; {a pointer to a
您可能关注的文档
- 高效课堂教学基本程序(The basic program of efficient classroom teaching).doc
- 高中语文教材课后练习题的处理初探(Study on treatment of senior high school Chinese textbook exercise after class).doc
- 高中英语选修6单词表(Senior English Elective 6 word list).doc
- 高新技术企业优惠政策(Preferential policies for high-tech enterprises).doc
- 高斯消元法(Gauss elimination method).doc
- 高废物利用(High utilization of waste).doc
- 高校开展体育拓展训练的可行性探讨(To investigate the feasibility of developing sports training in Colleges and Universities).doc
- 高校学生预备党员第三季度思想汇报(College student probationary Party member thought report third quarter).doc
- 高盛第一季度管理员工平均薪酬同比下滑11%(Goldman's first quarter fell 11% average employee salary management).doc
- 高级技能例题(销售)(Examples of advanced skills (Sales)).doc
- 图标单击右键以后没有打开选项啊(Right click the icon after no open option).doc
- 图形图像文件扩展名(Graphic image file extension).doc
- 图标开不了,右击没反映(Right click the icon open can not reflect).doc
- 图文工作流程(Graphic workflow).doc
- 图标表情(Icon expression).doc
- 图表题答题方法(Chart answer method).doc
- 土地估价方法之三——剩余法(Land valuation method three - surplus method).doc
- 图片匹配坐标(Picture matching).doc
- 圣斗士黄金gg们的汉语四级试题(Chinese four questions in Saint GG's gold).doc
- 圣斗士星矢目录(Saint Seiya directory).doc
文档评论(0)