nuXTf‖

BGD45‖TwipsPerPixelX Function

bmYpd‖Returns the number of twips that represent the width of a pixel.

Aowd4‖Syntax:


n = TwipsPerPixelX

bGQXF‖Return value:

cfsAF‖Integer

teyNW‖Example:


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