Microsoft SDK for Java

drawPixels

This method of the GraphicsX Class draws a given list of pixels.

Syntax

public void drawPixels(int[] pels, int len);

Parameters

pels An array of pixels.
len The length of the array.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.