help_zooming.m
来自「任意边界结构正交曲线网格生成程序」· M 代码 · 共 26 行
M
26 行
function help_zooming(self)% The SeaGrid window uses "zoomsafe" for zooming and% panning. Click in white-space or on inactive objects% to zoom. To invoke a rubber-rectangle, drag while the% mouse button is down. Existing callbacks in graphical% objects take precedence. Zooming temporarily overrides % any geographic bounds that have been set manually.%% Button #1 Zoom in, centered on click or rectangle.% Button #2 Zoom out, centered on click or rectangle.% Button #3 Center on click or rectangle without zooming.% Double-click Zoom fully out.%% See "help zoomsafe" for more information. % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.% All Rights Reserved.% Disclosure without explicit written consent from the% copyright owner does not constitute publication. % Version of 25-May-1999 16:27:20.% Updated 27-Dec-1999 07:04:38.seagrid_helpdlg(help(mfilename), 'SeaGrid Zooming')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?