[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:SetPixel( <nRow>, <nCol>, <nColor> ) -> <void>
------------------------------------------------------------------------------
PARAMETER:
<nRow> The pixel row where the pixel should be turned on. It is
relative to the top of the window.
<nCol> The pixel column where the pixel should be turned on, relative
to the left side of the window.
<nColor> The color of that pixel as a Windows COLOR integer
DESCRIPTION:
The ::SetPixel() method will enable you to set individual pixels on
or off. Since you can control the color of that pixel you can easily
turn a pixel 'off' by setting it to the background color of the window
stored in ::nClrPane.
See Also:
nClrPane
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson