Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Geometry 2D Basics » FisFilter_AccessRectangle
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Module: | FoundationLite |
Returns individual fields of a rectangle.
Syntax
void fis::FisFilter_AccessRectangle ( const fil::Rectangle2D& inRectangle, fil::Point2D& outOrigin, float& outAngle, float& outWidth, float& outHeight )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outOrigin | Point2D& | Origin of the rectangle | |
![]() |
outAngle | float& | Clock-wise orientation angle | |
![]() |
outWidth | float& | ||
![]() |
outHeight | float& |