TwipsPerPixelX Function

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

構文:


n = TwipsPerPixelX

戻り値:

整数

例:


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

ご支援をお願いします!