EndUpdate

Graphics.EndUpdate method

Finishes caching of the graphics operations started after BeginUpdate was called. The preceding graphics operations will be applied at once when calling this method.

public void EndUpdate()

See Also