grid.txt

来自「这是一个数字图像处理的matlab仿真程序」· 文本 代码 · 共 11 行

TXT
11
字号
Here is a simple method to grid a bitmap. It uses two memory
device contexts, one to hold the original bitmap and the other
as a workspace for holding a copy of the bitmap which the grid
is painted on. The workspace dc is then copied to the windows dc.

Each grid square equals one bitmap pixel and by changing the
value "xyZoomFactor" you can zoom the grid demo in or out.


Regards,

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?