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

    Description

    bool Image_Circle_Filled(integer ImageNum, integer x, integer y, integer Radius, integer Color)

    This function draws a filled circle in an image at the provided coordinates with specified radius and color.

    Parameters

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

    x,y : Coordinates of the center of the circle.

    Radius : Radius of the circle to draw.

    Color : The color used for drawing the polygon.

     

    Return Value

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

    Example of use

    To do.

    // Listing #1: Todo.
    To do

    See Also

     

     
  2. Google+