You are here: Start » AVL.NET » AVL.DetectBorder(AvlNet.Image, AvlNet.Line2D[], AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.Point2D?)

AVL.DetectBorder(AvlNet.Image, AvlNet.Line2D[], AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.Point2D?, AvlNet.Point2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DetectBorder(
	AvlNet.Image inImage,
	out AvlNet.Line2D[] outLines,
	out AvlNet.Point2D? outTopLeft,
	out AvlNet.Point2D? outTopRight,
	out AvlNet.Point2D? outBottomLeft,
	out AvlNet.Point2D? outBottomRight
)

Parameters

inImage
Type: AvlNet.Image
outLines
Type: AvlNet.Line2D
outTopLeft
Type: System.Nullable<AvlNet.Point2D>
outTopRight
Type: System.Nullable<AvlNet.Point2D>
outBottomLeft
Type: System.Nullable<AvlNet.Point2D>
outBottomRight
Type: System.Nullable<AvlNet.Point2D>

See also