Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Geometry 2D Basics » FisFilter_AccessRectangle

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
Input value
inRectangle const Rectangle2D&
Output value
outOrigin Point2D& Origin of the rectangle
Output value
outAngle float& Clock-wise orientation angle
Output value
outWidth float&
Output value
outHeight float&