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

Invoke.ClearImage

Sets image pixels in ROI to the specified value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ClearImage
(
	Avl.Image ioImage,
	Optional<Avl.Region> inRegion,
	Avl.Pixel inValue
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inRegionAtl.Optional<Avl.Region>Input region. Default value: atl::NIL.
inValueAvl.PixelThe new background color.

See also