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