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

