You are here: Start » AVL.NET » Invoke.RegionCharacteristicPoint

Invoke.RegionCharacteristicPoint

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inPointAnchorAvl.Anchor2DTopLeftDefault value: TopLeft.
outPointAvl.Point2D

See also