You are here: Start » FIL.NET » FIS.DrawSegment Method
FIS.DrawSegment Method
Draws a segment on an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawSegment ( FilNet.Image ioImage, FilNet.Segment2D inSegment, FilNet.Pixel inColor, FilNet.DrawingStyle inDrawingStyle, FilNet.MarkerType inMarkerType, float inMarkerSize )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inSegment | FilNet.Segment2D | |||
![]() | inColor | FilNet.Pixel | |||
![]() | inDrawingStyle | FilNet.DrawingStyle | |||
![]() | inMarkerType | FilNet.MarkerType | Arrow | Default value: Arrow. | |
![]() | inMarkerSize | float | <0.0f, INF> | 5.0f | Default value: 5.0f. |
Function Overrides
- DrawSegment(Image, Segment2D, Nullable<CoordinateSystem2D>, Pixel, DrawingStyle, MarkerType, Single)