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

