Exemplo n.º 1
0
 private void OnBecameVisible()
 {
     if (snapshot == null)
     {
         return;
     }
     snapshot.AddToInView(this);
 }