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