Back to FabImage Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Constructions » SplitRectangle

SplitRectangle


Header: FIL.h
Namespace: fil
Module: FoundationLite

Splits the rectangle into two along the direction.

Syntax

C++
C#
 
void fil::SplitRectangle
(
	const fil::Rectangle2D& inRectangle,
	const fil::SplitDirection::Type inSplitDirection,
	fil::Rectangle2D& outRectangle1,
	fil::Rectangle2D& outRectangle2
)

Parameters

Name Type Default Description
Input value inRectangle const Rectangle2D&
Input value inSplitDirection const SplitDirection::Type
Output value outRectangle1 Rectangle2D&
Output value outRectangle2 Rectangle2D&

Errors

List of possible exceptions:

Error type Description
DomainError Unknown split direction in SplitRectangle.