POINTEREDITOR

버전 1.1.0.1 (6.32 KB) 작성자: Jiro Doke
A GUI for creating custom pointers.
다운로드 수: 2.4K
업데이트 날짜: 2016/9/1

라이선스 보기

POINTEREDITOR opens a GUI for creating custom PointerShapeCData.
PointerShapeCData must be a 16-by-16 matrix that defines the pointer using 3 values (black, white, transparent). The editor allows you to create the pointer by clicking on pixels (left click, right click, shift+left click, respectively). You can also click and drag to color continuous pixels. Closing the editor via the close button cancels the changes.

M = POINTEREDITOR returns the CData matrix. To incorporate the Cdata in your m-file, copy and paste the output of the matrix. See examples in this code.

M = POINTEREDITOR(C) accepts a 16-by-16 CData matrix.

The mouse click interface is designed to be used in MS-Windows environment. In other platforms, they correspond to 'Normal', 'Alternate', and 'Extend' SelectionType, respectively.

The GUI includes a few UI control buttons at the top.
All Black - Change all pixels to black.
All White - Change all pixels to white.
All Transp - Change all pixels to transparent.
Test - Test the current pointer. Press the button again or click anywhere in the window to switch back to arrow pointer.
Done! - Exit editor.
? - Help window.

인용 양식

Jiro Doke (2024). POINTEREDITOR (https://www.mathworks.com/matlabcentral/fileexchange/9895-pointereditor), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

Minor change in HELP text, and license update.

1.0.0.0

Allow passing in of a CData matrix. Remove outputing of matrix on screen, because one can get that from the actual matrix.