Gets the update rectangle in the target image during an animation playback.
clear
true if you want to clear the rectangle; false if you do not.
A LeadRect that this method will fill with the coordinates of the update rectangle.
The rectangle uses image coordinates, and it is cumulative.
You usually call this after the following states, which you can get with the State property:
Value | Meaning |
---|---|
RasterImageAnimatorState.PostClear | Indicates that the target image has been cleared |
RasterImageAnimatorState.PostRender | that a frame has been rendered to the target image |
RasterImageAnimatorState.PostDispose | Indicates that the current frame has been disposed of. The index is incremented after processing this state |
This method uses image coordinates to specify the update rectangle. Therefore, you must account for the image's view perspective. For more information, refer to Accounting for View Perspective.
.
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