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