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