You are here: Start » AVL.NET » Function Reference » Image » Image Drawing » AVL.DrawVector

AVL.DrawVector

Draws a vector at an associated initial point on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawVector
(
	AvlNet.Image ioImage,
	AvlNet.Vector2D inVector,
	AvlNet.Point2D inInitialPoint,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	float inHeadSize
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inVectorAvlNet.Vector2D
inInitialPointAvlNet.Point2D
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle
inHeadSizefloat5.0fDefault value: 5.0f.

Function Overrides

See also