You are here: Start » FIL.NET » FIS.DrawVectors_SingleColor Method
FIS.DrawVectors_SingleColor Method
Draws vectors on an image with a single color.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawVectors_SingleColor ( FilNet.Image inImage, NullableRef<IList<FilNet.Vector2D?>> inVectors, NullableRef<IList<FilNet.Point2D?>> inInitialPoints, FilNet.CoordinateSystem2D? inVectorAlignment, FilNet.Pixel inColor, FilNet.DrawingStyle inDrawingStyle, float inHeadSize, bool inForceRgb, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inVectors | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Vector2D?>> | { } | Default value: { }. | |
![]() | inInitialPoints | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Point2D?>> | { } | Default value: { }. | |
![]() | inVectorAlignment | FilNet.CoordinateSystem2D? | |||
![]() | 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 ). | |
![]() | inHeadSize | float | 5.0f | Default value: 5.0f. | |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. | |
![]() | outImage | FilNet.Image | Output image. |