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