TwipsPerPixelX Function

Devolve o número de twips que representan a largura dun píxel.

Sintaxe:

n = TwipsPerPixelX

Valor de retorno:

Enteiro

Exemplo:

Sub ExamplePixelTwips

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

End Sub