You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.ImageCharacteristicPoint
Returns one of the 9 characteristic points of an image (corners or mid-points).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageCharacteristicPoint ( FilNet.Image inImage, FilNet.Anchor2D inPointAnchor, out FilNet.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPointAnchor | FilNet.Anchor2D | TopLeft | Selecting one of the 9 characteristic points. Default value: TopLeft. | |
![]() | outPoint | FilNet.Point2D |