You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.ImageCharacteristicPoint

AVL.ImageCharacteristicPoint

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPointAnchorAvlNet.Anchor2DTopLeftSelecting one of the 9 characteristic points. Default value: TopLeft.
outPointAvlNet.Point2D

See also