OSDraw() performs the operating system specific drawing. OSDraw() will call back into the window to perform the normal Draw() command, copy the resulting image into a system-dependant image, then perform any system-specific control drawing through PostDraw(). After that, it will display the results to the screen.
Definition at line 552 of file CATWindow_Win32.cpp. References CATRECT::bottom, CATASSERT, CleanBackground(), CATImage::CopyOutBGR(), Draw(), fImageCopy, fPostRegion, CATRect::Height(), CATRECT::left, PostDraw(), CATRECT::right, CATRECT::top, and CATRect::Width().
|