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

Invoke.SkipEmptyImage

If the input image 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 SkipEmptyImage
(
	Avl.Image inImage,
	Conditional<Avl.Image> outNotEmptyImage,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
outNotEmptyImageAtl.Conditional<Avl.Image>
outIsNotEmptybool

See also