Initializes a new instance of the MotionAreaHighlighting class.

Namespace:  AForge.Vision.Motion
Assembly:  AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public MotionAreaHighlighting(
	Color highlightColor
)

Parameters

highlightColor
Type: System.Drawing..::.Color
Color used to highlight motion regions.

See Also