IRenderTarget
Public / Methods
Finish
Use of this render target as output (see IGraphicsContext.SetRenderTarget) has finished, it is now going to be used as input for subsequent work, for example rendering or presentation.
This method must be called once after having used the IRenderTarget object as output during one or more render cycles (see IGraphicsContext.SetRenderTarget) and before using it as input for subsequent work, for example rendering or presentation. Reading the current pixel contents via IGraphicsContext.ReadPixels does not count as rendering work.