TwipsPerPixelY Function

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

语法:

n = TwipsPerPixelY

返回值:

整数

示例:

Sub ExamplePixelTwips

    MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"

End Sub