public void ResetClip()
 {
     RenderingObject.ResetClip();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Resets the clip region of this Graphics object to an infinite region.
 /// </summary>
 internal void ResetClip()
 {
     RenderingObject.ResetClip();
 }