You are here: Start » FIL.NET » Function Reference » Image » Image Features » FIL.ImageCenter

FIL.ImageCenter

Returns the geometrical center of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImageCenter
(
	FilNet.Image inImage,
	out FilNet.Point2D outCenter
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outCenterFilNet.Point2D

See also