GraphicsContainer.GetAlphaContour Method

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 Path GetAlphaContour(
	FontRegistry fontRegistry
)

Parameters

fontRegistry

Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

The FontRegistry to get the alpha contour of text.

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