You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.SkipEmptyBox

AVL.SkipEmptyBox

If the input box has both dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SkipEmptyBox
(
	AvlNet.Box inBox,
	out AvlNet.Box? outNotEmptyBox,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outNotEmptyBoxAvlNet.Box?
outIsNotEmptybool

See also