TwipsPerPixelY Function [Runtime] /text/sbasic/shared/03131400.xhp Sun Microsystems, Inc. converted from old format - fpe
TwipsPerPixelY function TwipsPerPixelY Function [Runtime] Returns the number of twips that represent the height of a pixel.
Syntax: n = TwipsPerPixelY Return value: Integer Example: Sub ExamplePixelTwips MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size" End Sub