Interface IPathClipping
Defines methods for clipping using a path, following the HTML5 Canvas path API model.
Reference: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D#paths
public interface IPathClipping
Methods
Clip()
Sets the current clipping region to the current path. Subsequent drawing operations are clipped to this region.
void Clip()