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

AVS.DrawVectors_MultiColor Method

Draws vectors at associated initial points on an image with multiple colors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawVectors_MultiColor
(
	AvlNet.Image inImage,
	NullableRef<IList<AvlNet.Vector2D?>> inVectors,
	NullableRef<IList<AvlNet.Point2D?>> inInitialPoints,
	AvlNet.DrawingStyle inDrawingStyle,
	float inHeadSize,
	bool inForceRgb,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inVectorsAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.Vector2D?>>{ }Default value: { }.
inInitialPointsAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.Point2D?>>{ }Default value: { }.
inDrawingStyleAvlNet.DrawingStyleDrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f )Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ).
inHeadSizefloat5.0fDefault value: 5.0f.
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
outImageAvlNet.ImageOutput image.

Function Overrides

See also