You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inPointAnchor | Fil.Anchor2D | TopLeft | Selecting one of the 9 characteristic points. Default value: TopLeft. | |
![]() | outPoint | Fil.Point2D |