You are here: Start » AVL.NET » Invoke.DrawVector

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
ioImageAvl.Image
inVectorAvl.Vector2D
inInitialPointAvl.Point2D
inVectorAlignmentAtl.Optional<Avl.CoordinateSystem2D>
inColorAvl.Pixel
inDrawingStyleAvl.DrawingStyle
inHeadSizefloat5.0fDefault value: 5.0f.

See also