You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
ioImage | Avl.Image | ||||
![]() | inRegion | Atl.Optional<Avl.Region> | Input region. Default value: atl::NIL. | ||
![]() | inValue | Avl.Pixel | The new background color. |