문제

I am looking for the open hand / closed hand mouse cursors à la Adobe Reader. Where are them? If they are non-standard, what's the easiest way for me to create them in C#?

Hand cursors

도움이 되었습니까?

해결책

Yes, they are non-standard. Your just going to have to google around until you find them. Once you do check this out this answer - Using Custom Cursor

Btw - the standard cursors are as follows.

다른 팁

Although this is an old question, because I'm creating an image viewer right now, and was in need of same/similar cursors, I want to answer it.

I was trying to get the pan cursors from the Windows Photo Viewer, but I couldn't find them. So I decided to just capture them (screenshot) using ShareX. I have removed the white pixels around the hands, and these are the results:

pannable cursor

enter image description here

The very edges of the original cursors are transparent. These are not. I'll fix that later.

And as a bonus, here are the pan cursors (png images) from Adobe Reader DC 2017:

enter image description here

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top