CPaintEngine.h
IntroductionUse the links in the table of contents to the left to access the documentation. FunctionsSetCanvasvoid SetCanvas( CImageCanvas *inCanvas ) DiscussionThis canvas contains the result of the user's drawings. SetTemporaryCanvasvoid SetTemporaryCanvas( CImageCanvas *inCanvas ) DiscussionThe temporary canvas is the one in which e.g. a rectangle is drawn and re-drawn until the mouse is released. It is erased between mouse events, and drawn on top of the actual canvas. |