You are here: Start » FIL.NET » Invoke.ImageCenter

Invoke.ImageCenter

Returns the geometrical center of an image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
outCenterFil.Point2D

See also