CRenderTarget::Flush
Executes all pending drawing commands.
void Flush(
D2D1_TAG* tag1 = NULL,
D2D1_TAG* tag2 = NULL
);
Parameters
tag1
Contains the tag for drawing operations that caused errors or 0 if there were no errors. This parameter is passed uninitialized.tag2
Contains the tag for drawing operations that caused errors or 0 if there were no errors. This parameter is passed uninitialized.
Requirements
Header: afxrendertarget.h