You are here: Start » AVL.NET » AVL.DrawVector(AvlNet.Image, AvlNet.Vector2D, AvlNet.Point2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, float)

AVL.DrawVector(AvlNet.Image, AvlNet.Vector2D, AvlNet.Point2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawVector(
	ref AvlNet.Image ioImage,
	AvlNet.Vector2D inVector,
	AvlNet.Point2D inInitialPoint,
	AvlNet.CoordinateSystem2D? inVectorAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	float inHeadSize
)

Parameters

ioImage
Type: AvlNet.Image
inVector
Type: AvlNet.Vector2D
inInitialPoint
Type: AvlNet.Point2D
inVectorAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inColor
Type: AvlNet.Pixel
inDrawingStyle
Type: AvlNet.DrawingStyle
inHeadSize
Type: System.Single

See also