You are here: Start » FIL.NET » Invoke.ClearImage
Sets image pixels in ROI to the specified value.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ClearImage ( Fil.Image ioImage, Optional<Fil.Region> inRegion, Fil.Pixel inValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | Fil.Image | ||||
![]() | inRegion | Ftl.Optional<Fil.Region> | Input region. Default value: ftl::NIL. | ||
![]() | inValue | Fil.Pixel | The new background color. |