Exemplo n.º 1
0
 private void Unlock()
 {
     if (buffer2D != null)
     {
         buffer2D.Unlock2D();
     }
     else
     {
         buffer.Unlock();
     }
     Data = IntPtr.Zero;
 }