TwipsPerPixelX Function

픽셀의 너비를 나타내는 트윕 수를 구합니다.

구문:

n = TwipsPerPixelX

반환 값:

Integer

예:

Sub ExamplePixelTwips

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

End Sub