开发者

Converting from MFC dialog units to pixels

开发者 https://www.devze.com 2022-12-20 04:02 出处:网络
Using C#, how would I convert from dialog units 开发者_StackOverflow社区(used in resource files to specify height/width) to pixels?There\'s a WinAPI function to map dialog units to pixels:

Using C#, how would I convert from dialog units 开发者_StackOverflow社区(used in resource files to specify height/width) to pixels?


There's a WinAPI function to map dialog units to pixels:

MapDialogRect function

0

精彩评论

暂无评论...
验证码 换一张
取 消