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