BeginUpdate

Graphics.BeginUpdate method

Starts caching of the following graphics operations. The graphics effects applied afterwards will not be applied immediately instead the EndUpdate will cause applying all the effects at once.

public void BeginUpdate()

Remarks

Note the effects after BeginUpdate is called will not be applied in case EndUpdate is not called.

See Also