.NET
jqa798.txt
Associated article: Java Q&A
Tags: .NET
Published source code accompanying the article by Aaron Cohen in which he examines the Java abstract imaging model which can be used to display and manipulate both static images and sequences of images. Also see JQA798.ZIP.
Java Q&A by Aaron Michael Cohen Example 1: public boolean imageUpdate( Image img, int infoflags, int x, int y, int width, int height); Example 2: (a) void setPixels( int x, int y, int w, int h, ColorModel cm, byte[] pixels, ...


