Click or drag to resize
Accord.NET (logo)

ScreenCaptureStream Constructor (Rectangle)

Initializes a new instance of the ScreenCaptureStream class.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public ScreenCaptureStream(
	Rectangle region
)
Request Example View Source

Parameters

region
Type: System.DrawingRectangle
Screen's rectangle to capture (the rectangle may cover multiple displays).
See Also