Graphics.ClippingPaths Property

Gets or sets the collection of clipping paths for this Graphics.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ClippingPathCollection ClippingPaths { get; set; }

Property Value

The collection of clipping paths for this Graphics.

Remarks

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.

See Also

Reference

Manual