You are here: Start » AVL.NET » Function Reference » Region » Region Basics » AVL.RegionCharacteristicPoint

AVL.RegionCharacteristicPoint

Returns a characteristic point of the input's region bounding box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionCharacteristicPoint
(
	AvlNet.Region inRegion,
	AvlNet.Anchor2D inPointAnchor,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inPointAnchorAvlNet.Anchor2DTopLeftDefault value: TopLeft.
outPointAvlNet.Point2D

Errors

List of possible exceptions:

Error type Description
DomainError Empty region on input in RegionCharacteristicPoint.

See also