You are here: Start » FIL.NET » FIS.DrawBoxes_SingleColor Method
FIS.DrawBoxes_SingleColor Method
Draws boxes on an image with a single color.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawBoxes_SingleColor ( FilNet.Image inImage, NullableRef<IList<FilNet.Box?>> inBoxes, FilNet.Pixel inColor, float inOpacity, bool inForceRgb, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inBoxes | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Box?>> | { } | Default value: { }. | |
![]() | inColor | FilNet.Pixel | |||
![]() | inOpacity | float | <0.0f, 1.0f> | 1.0f | Default value: 1.0f. |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. | |
![]() | outImage | FilNet.Image | Output image. |