You are here: Start » AVL.NET » AVS.SkipEmptyRegion Method

AVS.SkipEmptyRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SkipEmptyRegion
(
	AvlNet.Region inRegion,
	INullable<AvlNet.Region> outNotEmptyRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outNotEmptyRegionAvlNet.INullable<AvlNet.Region> This parameter cannot be null.
outIsNotEmptybool

See also