TwipsPerPixelY Function

ピクセルの高さを示す twip 数を返します。

構文:

n = TwipsPerPixelY

戻り値:

整数

例:

Sub ExamplePixelTwips

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

End Sub