Interface IScreenCaptureSource
Defines an interface for screen capture sources with region and window capture support.
public interface IScreenCaptureSource : IVideoCaptureSource2, IMediaSource, IReferenceable, IDisposable
- Inherited Members
Properties
Region
Gets or sets capture region.
Rect Region { get; set; }
Property Value
ShowMouse
Gets or sets whether to show mouse.
bool ShowMouse { get; set; }
Property Value
WindowCaptureMode
Gets or sets window capture mode
WindowCaptureMode WindowCaptureMode { get; set; }
Property Value
WindowHandle
Gets or sets handle of a window to capture.
nint WindowHandle { get; set; }