TwipsPerPixelY Function

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

구문:


n = TwipsPerPixelY

반환 값:

Integer

예:


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

Please support us!