标签: c# pixel
我在VB6中有一个项目,我需要转换为C#,这个项目使用TextWidth方法,我用C#中的TextRenderer.MeasureText方法替换它,返回像素的大小,但我需要将其转换为缇为其他用途,我该怎么做?
答案 0 :(得分:1)
您可以编写一个包含将像素转换为缇的逻辑的扩展名。 见How do I convert Twips to Pixels in .NET? 有关如何操作的示例。
答案 1 :(得分:0)
您可以使用the helper method Support.TwipsPerPixelX。
Support.TwipsPerPixelX