Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » RectangleCenter
RectangleCenter
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Computes the center point of a rectangle.
Syntax
void fil::RectangleCenter ( const fil::Rectangle2D& inRectangle, fil::Point2D& outCenterPoint )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outCenterPoint | Point2D& |
Examples
![]() |
RectangleCenter performed on a rectangle with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The center point is returned in outCenterPoint.



