C# Class iSpyApplication.Sources.Video.DesktopStream

Inheritance: IVideoSource, IDisposable
Mostrar archivo Open project: ispysoftware/iSpy Class Usage Examples

Public Properties

Property Type Description
MousePointer bool

Public Methods

Method Description
DesktopStream ( ) : System
DesktopStream ( int screenindex, Rectangle area ) : System
Dispose ( ) : void
SignalToStop ( ) : void
Start ( ) : void
Stop ( ) : void
WaitForStop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Free ( ) : void

Free resource.

WorkerThread ( ) : void

Method Details

DesktopStream() public method

public DesktopStream ( ) : System
return System

DesktopStream() public method

public DesktopStream ( int screenindex, Rectangle area ) : System
screenindex int
area System.Drawing.Rectangle
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SignalToStop() public method

public SignalToStop ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WaitForStop() public method

public WaitForStop ( ) : void
return void

Property Details

MousePointer public_oe property

public bool MousePointer
return bool