You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.SkipEmptyImage

AVL.SkipEmptyImage

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SkipEmptyImage
(
	AvlNet.Image inImage,
	INullable<AvlNet.Image> outNotEmptyImage,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outNotEmptyImageAvlNet.INullable<AvlNet.Image> This parameter cannot be null.
outIsNotEmptybool

See also