傳回表示像素寬度的 twip 數。
n = TwipsPerPixelX
Integer
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub