TwipsPerPixelY Function

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

කාරක රීතිය:

n = TwipsPerPixelY

ආපසු ලබාදෙන අගය:

Integer

උදාහරණය:

Sub ExamplePixelTwips

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

End Sub