You are here: Start » FIL.NET » FIS.DrawShapeRegion Method
FIS.DrawShapeRegion Method
Draws a shape region on an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawShapeRegion ( FilNet.Image ioImage, FilNet.ShapeRegion inRoi, FilNet.Pixel inColor, FilNet.DrawingStyle inDrawingStyle, bool inForceRgb )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inRoi | FilNet.ShapeRegion | Range of pixels to be processed. | ||
![]() | inColor | FilNet.Pixel | |||
![]() | 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. |