You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.RectangleCharacteristicPoint

AVL.RectangleCharacteristicPoint

Returns a characteristic point (e.g. the top-left) of the input rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RectangleCharacteristicPoint
(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Anchor2D inPointAnchor,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
inPointAnchorAvlNet.Anchor2DTopLeftDefault value: TopLeft.
outPointAvlNet.Point2D

Examples

RectangleCharacteristicPoint performed on a rectangle with inPointAnchor = TopLeft.

See also