Talk:How to draw and update the screen directly by accessing the screen memory
Article Review by deepikagohil
(20090908)
The article explains one of the three ways of Direct Drawing. Direct Drawing is accessing the screen memory directly by editing the memory address. This make the drawing proccess faster, which is very useful in some specific applications.
The article explains one of the three ways of Direct Drawing. Direct Drawing is accessing the screen memory directly by editing the memory address. This make the drawing proccess faster, which is very useful in some specific applications.
In this article the Direct Drawing is explained by an code example which gets the screen memory address and draws an simple rectangle. The abstrach information about Direct Drawing is given in this article.
This article finds its importance in applications which includes faster drawing process. It can be helpful to beginners.

