TwipsPerPixelY Function
Returns the number of twips that represent the height of a pixel.
தொடரமைப்பு:
திரும்பும் மதிப்பு:
இயல் எண்
எடுத்துக்காட்டு:
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub