TwipsPerPixelY Function
Torna el número de twips que representen l'alçà ria d'un pÃxel.
Sintaxi:
n = TwipsPerPixelY
Valor de retorn:
Enter
Exemple:
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Mida de pÃxel"
End Sub