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

Invoke.ImageCharacteristicPoint

Returns one of the 9 characteristic points of an image (corners or mid-points).

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageCharacteristicPoint
(
	Fil.Image inImage,
	Fil.Anchor2D inPointAnchor,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inPointAnchorFil.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointFil.Point2D

See also