|
ScreenCaptureStream Constructor (Rectangle)
|
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public ScreenCaptureStream(
Rectangle region
)
Public Sub New (
region As Rectangle
)
Request Example
View SourceParameters
- region
- Type: System.DrawingRectangle
Screen's rectangle to capture (the rectangle may cover multiple displays).
See Also