TwipsPerPixelY 函数

返回表示像素高度的 twip 数。

语法:

n = TwipsPerPixelY

返回值:

整数

示例:

Sub ExamplePixelTwips

    MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"像素大小"

End Sub