📄 readme.txt
字号:
You will need the Scalebar.ocx and MO2Legend.OCX to run this sample successfully. Both controls are installed with the ArcExplorer components along with Mapobjects 2.0 . Ensure they are turned on as references in your project.
NOTE:
It has come to our attention that occasionally, you may encounter problems relating to printing the legend and scale bar to your plotter/printer. It fails to print, and we were aware that this was related to certain printers in conjunction with the use of the StretchBlt and BitBlt API function calls, implemented in the sample "composition.vbp". It was recently determined that StretchBlt should really be used when going between similar devices -- that is, monitor to monitor, or printer to printer. As a result, the sample application should be using the API functions GetDIBits and StretchDIBits (see Microsoft TechNet for more details on these API function calls). If you're experiencing printing problems with this sample, you may want to take a look at replacing the API functions currently used.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -