Documentation Project 1
ContentsIndexHome
Example
Image image;
       
void MyPlotter( Image image, S_32 x, S_32 y, CDATA color )
{
    // do something with the image at x,y
}
       
void UseMyPlotter( Image image )
{
    do_lineExV( image, 10, 10, 80, 80, BASE_COLOR_BLACK, MyPlotter );
}
Copyright (c) 2010. All rights reserved.