TwipsPerPixelX Function [Runtime]/text/sbasic/shared/03131300.xhpSun Microsystems, Inc.converted from old format - fpeTwipsPerPixelX functionTwipsPerPixelX Function [Runtime]Returns the number of twips that represent the width of a pixel.Syntax:n = TwipsPerPixelXReturn value:IntegerExample:Sub ExamplePixelTwipsMsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"End Sub