You are here: Start » FIL.NET » FIS.ImageCharacteristicPoint Method

FIS.ImageCharacteristicPoint Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageCharacteristicPoint
(
	FilNet.Image inImage,
	FilNet.Anchor2D inPointAnchor,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inPointAnchorFilNet.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointFilNet.Point2D

See also