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

AVS.DrawCrosshairs_SingleColor Method

Draws crosshairs on an image with a single colors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawCrosshairs_SingleColor
(
	AvlNet.Image inImage,
	NullableRef<IList<AvlNet.Location?>> inLocations,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	bool inForceRgb,
	AvlNet.CrosshairShape inCrosshairShape,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inLocationsAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.Location?>>{ }Default value: { }.
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyleDrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 5.0f Filled: False PointShape: Nil PointSize: 50.0f )Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 5.0f Filled: False PointShape: Nil PointSize: 50.0f ).
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
inCrosshairShapeAvlNet.CrosshairShapeRoundFrameDefault value: RoundFrame.
outImageAvlNet.ImageOutput image.

Function Overrides

See also