Click or drag to resize
Accord.NET (logo)

ScreenCaptureStreamRegion Property

Gets or sets the screen capture region.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public Rectangle Region { get; set; }
Request Example View Source

Property Value

Type: Rectangle
Remarks

This property specifies which region (rectangle) of the screen to capture. It may cover multiple displays if those are available in the system.

Note Note
The property must be set before starting video source to have any effect.

See Also