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