TwipsPerPixelY Function

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

Синтакса


n = TwipsPerPixelY

Врати вредност:

Цел број

Пример


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

Please support us!