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

AVS.ClearImage Method

Sets image pixels in ROI to the specified value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ClearImage
(
	AvlNet.Image ioImage,
	NullableRef<AvlNet.Region> inRegion,
	AvlNet.Pixel inValue
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRegionAvlNet.NullableRef<AvlNet.Region>Input region. Default value: atl::NIL.
inValueAvlNet.PixelThe new background color.

Function Overrides

See also