virtual L_INT LPlayBack::GetUpdateRect(prcUpdate, bClear)
Gets the updated rectangle of the target bitmap during an animation playback. The rectangle uses bitmap coordinates, and it is cumulative.
Address of the RECT structure to be updated with the coordinates of the updated rectangle
Flag that indicates whether to clear the rectangle. Possible values are:
Value | Meaning |
---|---|
TRUE | Clear the rectangle. |
FALSE | Do not clear the rectangle. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
You usually call this function after the following states, which you can get with the LPlayBack::GetState function:
Value | Meaning |
---|---|
PLAYSTATE_POSTCLEAR | [0x0001] Indicates that the target bitmap has been cleared. |
PLAYSTATE_POSTRENDER | [0x0004] Indicates that an image has been rendered to the target bitmap. |
PLAYSTATE_POSTDISPOSE | [0x0009] Indicates that the current image has been disposed of. The index is incremented after processing this state. |
This function uses bitmap coordinates to specify the update rectangle. Therefore, you must account for the bitmap's view perspective. For more information, refer to Accounting for View Perspective.
Win32, x64.
For an example, refer to LPlayBack::Append.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document