You are here: Start » FIL.NET » Invoke.DrawVector
Draws a vector at an associated initial point on an image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DrawVector ( Fil.Image ioImage, Fil.Vector2D inVector, Fil.Point2D inInitialPoint, Optional<Fil.CoordinateSystem2D> inVectorAlignment, Fil.Pixel inColor, Fil.DrawingStyle inDrawingStyle, float inHeadSize )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | Fil.Image | ||||
![]() | inVector | Fil.Vector2D | |||
![]() | inInitialPoint | Fil.Point2D | |||
![]() | inVectorAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | |||
![]() | inColor | Fil.Pixel | |||
![]() | inDrawingStyle | Fil.DrawingStyle | |||
![]() | inHeadSize | float | 5.0f | Default value: 5.0f. |