TwipsPerPixelX Function

Returns the number of twips that represent the width of a pixel.

الصياغة:

n = TwipsPerPixelX

Return value:

عدد صحيح

مثال:

Sub ExamplePixelTwips

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

End Sub