How do I convert Twips to Pixels in .NET?

前端 未结 4 1797
渐次进展
渐次进展 2020-12-09 03:12

I\'m working on a migration project in which a database actually stores display sizes in twips. Since I can\'t use twips to assign sizes to WPF or Winforms controls, I was w

4条回答
  •  感动是毒
    2020-12-09 03:18

    For migration projects we can use built in converstion support functions

    microsoft.visualbasic.compatibility.vb6.twipsperpixelx
    microsoft.visualbasic.compatibility.vb6.twipsperpixely
    

提交回复
热议问题