Contents

synchronize()

Marks a window context for update.

Declaration

func synchronize()

Discussion

When you call this function, all drawing operations since the last update are flushed at the next regular opportunity. Under normal conditions, you do not need to call this function.

See Also

Managing a Graphics Context