You are here: Start » AVL.NET » Invoke.SkipEmptyRegion

Invoke.SkipEmptyRegion

If the input region contains at least one pixel, then it is copied to the output; otherwise Nil is returned.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SkipEmptyRegion
(
	Avl.Region inRegion,
	Conditional<Avl.Region> outNotEmptyRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outNotEmptyRegionAtl.Conditional<Avl.Region>
outIsNotEmptybool

See also