Documentation Project 1
ContentsIndexHome
Example
Image image = NULL;
      
POINTER data = NewArray( CDATA, 100* 100 );
image = RemakeImage( image, data, 100, 100 );
      
      
      
Copyright (c) 2010. All rights reserved.