Sack Library Documentation
ContentsIndexReferenceHome
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 );
}
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.