The ScreenRecorder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScreenRecorder |
Creates a screen recorder.
|
Methods
| Name | Description | |
|---|---|---|
| AddFrame |
Adds a captured screenshot to the video.
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PaintOverlays |
Paints overlays onto a bitmap.
| |
| Start |
Starts or resumes recording.
| |
| Stop |
Stops recorded.
| |
| ThrowIfDisposed |
Throws ObjectDisposedException if the object has been disposed.
| |
| ToString | (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| FrameNumber |
Gets the current frame number.
| |
| FramesPerSecond |
Gets the number of frames per second.
| |
| Grabber |
Gets the screen grabber in use.
| |
| OverlayManager |
Gets the overlay manager.
| |
| Video |
Gets the video being recorded.
|
