TwipsPerPixelY 函数
返回表示像素高度的 twip 数。
语法:
n = TwipsPerPixelY
返回值:
整数
示例:
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"像素大小"
End Sub
LibreOffice 7.0 帮助
返回表示像素高度的 twip 数。
n = TwipsPerPixelY
整数
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"像素大小"
End Sub