Enable JavaScript in the browser to display LibreOfficeDev Help pages.
TwipsPerPixelX Function
픽셀의 너비를 나타내는 트윕 수를 구합니다.
구문:
반환 값:
Integer
예:
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub