Example #1
0
 /// <summary>
 /// Send data buffer to screen
 /// </summary>
 public void Flush() => _parent.DrawBuffer(0, 0, Width, Height, _buffer, 0);