gethicon.m

来自「基于matlab的反演程序,用于地球物理勘探中射线追踪及偏移成像程序.」· M 代码 · 共 16 行

M
16
字号
%  GETHICON - Get a icon handle (HICON) of a windows or of a .exe, .dll or .ico file.
%    hicon = gethicon( hwnd, [(small=0)|big=1])
%    hicon = gethicon( '<Filename>', number_of_icon_in_file)
%
%  Compiled with CPPMEX :
%    cppmex gethicon user32.lib shell32.lib
%
%  By J閞鬽e Lacaille @ Miriad Technologies (october 2002)
%  http://lacaille.jerome.online.fr
%  mailto:lacaille.jerome@online.fr
%
% For more info see SEGHICON
%
% Implemented in gethicon.dll (not in Matlab)

⌨️ 快捷键说明

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