Intranet Catprocess
  1. news...
  2. about Blackvoxel
  3. download
  4. manual
  5. videos
  6. about us
  1. Image_Line

    Description

    bool Image_Line(integer ImageNum, integer sx, integer sy, integer ex, integer ey, integer Color)

    Draw a line in image using specified coordinates. This function can also draw the visible portion of a line with partially out of bound coordinates.

    Parameters

    ImageNum : The number of the image. You can use a number from 0 to 63 (included).

    sx, sy : Coordinates of the starting point of the line to draw.

    ex, ey :Coordinates of the ending point of the line to draw

    Color : The line's color.

    Return Value

    A boolean value. True if the operation succeeded. False is returned if the image doesn't existes or if the image numberis  out of bound.

    Example of use

    To do.

    // Listing #1: Todo.
    To do

    See Also

     

     

     
  2. Google+