You are here: Start » AVL.NET » AVS.DrawVector Method

AVS.DrawVector Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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