You are here: Start » AVL.NET » AVS.RegionCharacteristicPoint Method

AVS.RegionCharacteristicPoint Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

See also