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