You are here: Start » AVL.NET » AVL.FinderPatternOutline_Contours(AvlNet.Region, float, float, AvlNet.Path, AvlNet.Point2D[], AvlNet.Path)

AVL.FinderPatternOutline_Contours(AvlNet.Region, float, float, AvlNet.Path, AvlNet.Point2D[], AvlNet.Path)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FinderPatternOutline_Contours(
	AvlNet.Region inRegion,
	float inMaxSlant,
	float inFittedLineOrientationTolerance,
	out AvlNet.Path outOutline,
	out AvlNet.Point2D[] outCornerPoints,
	out AvlNet.Path outFittedOutline
)

Parameters

inRegion
Type: AvlNet.Region
inMaxSlant
Type: System.Single
inFittedLineOrientationTolerance
Type: System.Single
outOutline
Type: AvlNet.Path
outCornerPoints
Type: AvlNet.Point2D
outFittedOutline
Type: AvlNet.Path

See also