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 | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
inPointAnchor | Anchor2D | Anchor2D.TopLeft | |
![]() |
outPoint | Point2D |


