The `Cairo.Context.ResetClip` is a method in the C# programming language that belongs to the Cairo library. This method is used to remove any previous clipping path set on a Cairo graphical context. By calling this method, the current clipping path is reset, allowing subsequent drawing operations to be applied to the entire drawing surface without any restrictions.
C# (CSharp) Cairo Context.ResetClip - 16 examples found. These are the top rated real world C# (CSharp) examples of Cairo.Context.ResetClip extracted from open source projects. You can rate examples to help us improve the quality of examples.