|
ScreenCaptureStream Constructor (Rectangle, Int32)
|
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public ScreenCaptureStream(
Rectangle region,
int frameInterval
)
Public Sub New (
region As Rectangle,
frameInterval As Integer
)
Request Example
View SourceParameters
- region
- Type: System.DrawingRectangle
Screen's rectangle to capture (the rectangle may cover multiple displays). - frameInterval
- Type: SystemInt32
Time interval between making screen shots, ms.
See Also