You are here: Start » FIL.NET » FIS.DrawShapeRegions_MultiColor Method
FIS.DrawShapeRegions_MultiColor Method
Draws shape regions on an image with multiple colors.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawShapeRegions_MultiColor ( FilNet.Image inImage, NullableRef<IList<NullableRef<FilNet.ShapeRegion>>> inRois, FilNet.CoordinateSystem2D? inRegionAlignment, NullableRef<IList<FilNet.Hash?>> inColorIds, NullableRef<IList<FilNet.Pixel>> inPalette, FilNet.DrawingStyle inDrawingStyle, bool inForceRgb, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRois | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.NullableRef<FilNet.ShapeRegion>>> | { } | Default value: { }. | |
![]() | inRegionAlignment | FilNet.CoordinateSystem2D? | |||
![]() | inColorIds | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Hash?>> | |||
![]() | inPalette | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Pixel>> | { Pixel ( X: 200.0f Y: 0.0f Z: 0.0f W: 0.0f ), Pixel ( X: 0.0f Y: 200.0f Z: 0.0f W: 0.0f ) } | Default value: { Pixel ( X: 200.0f Y: 0.0f Z: 0.0f W: 0.0f ), Pixel ( X: 0.0f Y: 200.0f Z: 0.0f W: 0.0f ) }. | |
![]() | inDrawingStyle | FilNet.DrawingStyle | DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ) | Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ). | |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. | |
![]() | outImage | FilNet.Image | Output image. |