TwipsPerPixelY Function

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

தொடரமைப்பு:

n = TwipsPerPixelY

Return value:

Integer

எடுத்துக்காட்டு:

Sub ExamplePixelTwips

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

End Sub