TwipsPerPixelX Function/text/sbasic/shared/03131300.xhpTwipsPerPixelX functionTwipsPerPixelX FunctionReturns the number of twips that represent the width of a pixel.Syntax:n = TwipsPerPixelXReturn value:IntegerExample:Sub ExamplePixelTwips MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"End Sub