RectangleCharacteristicPoint


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

Syntax

C++
Python
 
def RectangleCharacteristicPoint(
	inRectangle: Rectangle2D,
	/,
	*,
	inPointAnchor: Anchor2D = Anchor2D.TopLeft
)
-> outPoint: Point2D

Parameters

Name Type Default Description
Input value inRectangle Rectangle2D
Input value inPointAnchor Anchor2D Anchor2D.TopLeft
Output value outPoint Point2D