You are here: Start » AVL.NET » Function Reference » Image » Image Drawing » AVL.DrawCrosshair

AVL.DrawCrosshair

Draws a crosshair on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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