Change de pointer size
이전 댓글 표시
is it possible to do a pointer of 15 by 15 bits?
답변 (1개)
Walter Roberson
2020년 7월 30일
0 개 추천
Yes, you can change the figure Pointer property https://www.mathworks.com/help/matlab/ref/matlab.ui.figure-properties.html#d120e354590
You would probably set it to Custom, and you would set PointerShapeCData to a 16 x 16 mask. Use a value of 0 for white, a value of 1 for black, and nan for transparent.
In other words, there is no simple property to just say "scale the pointers to 15 x 15 instead of the default size", but you can use your own bitmap with one row and one column set to nan to have a 15 x 15 effective area.
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!