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

    Description

    bool Image_New(integer ImageNum, integer Width, integer Height)

    Create a new image canva with the specified dimensions. Image canvas can be used for many uses, drawing, image working and a lot of other uses. A programmable robot can use up to 64 images at the same time.

    Parameters

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

    Width : Size of the image to create in the horizontal way.

    Height : Size of the image to create in the vertical way.

    Return Value

    A boolean value depending on the success of the operation. True means the image was created successfully, false that the image failled to be created.

    Example of use

    To do.

    // Listing #1: Todo.
    To do

    See Also

    Image_Exists(), Image_Load()

     
  2. Google+