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

AVS.DrawCrosshair Method

Draws a crosshair on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawCrosshair
(
	AvlNet.Image ioImage,
	AvlNet.Location inLocation,
	AvlNet.CoordinateSystem2D? inLocationAlignment,
	AvlNet.Pixel inColor,
	AvlNet.CrosshairShape inCrosshairShape,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inLocationAvlNet.Location
inLocationAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inCrosshairShapeAvlNet.CrosshairShape
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also