The ScreenRecorder type exposes the following members.

Constructors

  NameDescription
ScreenRecorder
Creates a screen recorder.

Methods

  NameDescription
AddFrame
Adds a captured screenshot to the video.
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
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.

See Also