Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>ms_points()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MS_POINTS()
   Draws a line freehand.

   Syntax
         MS_POINTS(nColor [,@nX1,@nY1,@nX2,@nY2])

   Arguments
         nColor      Color of drawing from 0 to 15.

   Returns
         @nX1        Left most extent of freehand drawing.
         @nY1        Top most extent of freehand drawing.
         @nX2        Right most extent of freehand drawing.
         @nY2        Bottom most extent of freehand drawing.

   Description
         MS_POINTS() allows the user to draw a figure freehand. This gives
         total freedom of the drawing cursor to create any desired shape. The
         drawing, however, is not stored as an object, and is not subject to
         movement or other such functions.

         The upper left and lower right corners of the drawing can be returned
         by passing four variables by reference. The position is returned in
         viewport coordinates. The image can be captured and saved for later
         display.

See Also: CIRCLE_3PT() ENTER_PNT() MS_OBJECT() OBJ_ADD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson