Gets or sets the collection of clipping paths for this Graphics.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public ClippingPathCollection ClippingPaths { get; set; }
Clipping path is a technique for cutting out a part of an image which is outside of a given vector path. For example, using clipping path you can select an area of the image and put it to a new background.