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

AVL.ClearImage

Sets image pixels in ROI to the specified value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ClearImage
(
	AvlNet.Image ioImage,
	AvlNet.Pixel inValue
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inValueAvlNet.PixelThe new background color.

Function Overrides

See also