TwipsPerPixelX Function
ピクセルの幅を示す twip 数を返します。
構文:
n = TwipsPerPixelX
戻り値:
整数
例:
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub
LibreOffice 7.0 ヘルプ
ピクセルの幅を示す twip 数を返します。
n = TwipsPerPixelX
整数
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub