void Capture(bool onChangeOnly = true);
Capture captures the current DrawText state. Capture explicitly force a render tree Capture, making it available for the render thread. Explicit call to this function may be necessary if an Invoke or Direct Access API call has modified the movie state, while Advance hasn't yet been called. Without Capture, the results of the modification would not be visible in the render thread.
Parameters |
Description |
bool onChangeOnly = true |
Set true to indicate that the capture should only occur if the render context has changed, or false to always perform the capture. |