8GT2F‖

NDkKA‖TwipsPerPixelY Function

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

m6AMf‖Syntax:


n = TwipsPerPixelY

fKAoh‖Return value:

rUFtH‖Integer

3GCQQ‖Example:


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