C# Class Hansha.Core.BitBlt.BitBltScreen

Inheritance: IScreen
Show file Open project: Deathspike/Hansha

Public Methods

Method Description
BitBltScreen ( IntPtr windowHandle ) : System
Dispose ( ) : void
GetFrame ( int timeoutInMilliseconds ) : ScreenFrame

Private Methods

Method Description
UpdateBuffer ( ) : void
UpdateContext ( ) : void
UpdateRect ( ) : void

Method Details

BitBltScreen() public method

public BitBltScreen ( IntPtr windowHandle ) : System
windowHandle System.IntPtr
return System

Dispose() public method

public Dispose ( ) : void
return void

GetFrame() public method

public GetFrame ( int timeoutInMilliseconds ) : ScreenFrame
timeoutInMilliseconds int
return ScreenFrame