Path.GetAlphaContour Method (Pipeline)

Gets the Path object that contains the perimeter of transparency mask.

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

Syntax

C#
public static Path GetAlphaContour(
	Pipeline pipeline
)

Parameters

pipeline

Type: Aurigma.GraphicsMill.Pipeline

A pipeline to find contour in.

Return Value

A Path object that contains the perimeter of transparency mask.

Remarks

For pixel formats without alpha channel, the contour is a rectangle.

See Also

Reference