Back to FabImage Library website

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

SplitRectangle


Header:FIL.h
Namespace:fil

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
inRectangle const Rectangle2D&
inSplitDirection const SplitDirection::Type
outRectangle1 Rectangle2D&
outRectangle2 Rectangle2D&

Errors

List of possible exceptions:

Error type Description
DomainError Unknown split direction in SplitRectangle.