Click or drag to resize
DesktopCapture Methods

The DesktopCapture type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodGetDeviceList
Retrieves a String readable list of all available and compatible Capture Devices on the System.
Public methodGetFrame
Captures the next frame from the desktop.
(Overrides CaptureDeviceGetFrame.)
Public methodGetNextFrameTo
Captures the next frame from the desktop and stores it in an already created buffer.
Public methodInit
Public methodSelectCaptureDeviceFormat
Select metrics for a previously selected device.
Public methodSelectDevice
Selects a capture device to be used and returns metrics of that device.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also