You are here: Start » AVL.NET » AVS.ImageCenter Method

AVS.ImageCenter Method

Returns the geometrical center of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageCenter
(
	AvlNet.Image inImage,
	out AvlNet.Point2D outCenter
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outCenterAvlNet.Point2D

See also