You are here: Start » AVL.NET » AVL.RectangleCharacteristicPoint(AvlNet.Rectangle2D, AvlNet.Anchor2D, AvlNet.Point2D)

AVL.RectangleCharacteristicPoint(AvlNet.Rectangle2D, AvlNet.Anchor2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inRectangle
Type: AvlNet.Rectangle2D
inPointAnchor
Type: AvlNet.Anchor2D
outPoint
Type: AvlNet.Point2D

Examples

RectangleCharacteristicPoint performed on a rectangle with inPointAnchor = TopLeft.

See also