C# Class HumLog.SpaceCommandDecoder

Inheritance: IReceiveSpaceControl
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
OnAlphaBlend ( int x, int y, int width, int height, PixelBuffer bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
OnCopyPixels ( int x, int y, int width, int height, PixelBuffer pixBuff ) : void
OnCreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
OnInvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void
OnMouseActivity ( Object sender, MouseActivityArgs mevent ) : void
OnSurfaceCreated ( System.Guid uniqueID ) : void
OnValidateSurface ( System.Guid surfaceID ) : void
ReceiveData ( BufferChunk aRecord ) : void
ReceiveFrame ( RtpStream ea ) : void
SpaceCommandDecoder ( IReceiveSpaceControl commandReceiver ) : System

Method Details

OnAlphaBlend() public method

public OnAlphaBlend ( int x, int y, int width, int height, PixelBuffer bitmap, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
x int
y int
width int
height int
bitmap PixelBuffer
srcX int
srcY int
srcWidth int
srcHeight int
alpha byte
return void

OnCopyPixels() public method

public OnCopyPixels ( int x, int y, int width, int height, PixelBuffer pixBuff ) : void
x int
y int
width int
height int
pixBuff PixelBuffer
return void

OnCreateSurface() public method

public OnCreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
title string
frame RECT
uniqueID System.Guid
return void

OnInvalidateSurfaceRect() public method

public OnInvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void
surfaceID System.Guid
rect RECT
return void

OnMouseActivity() public method

public OnMouseActivity ( Object sender, MouseActivityArgs mevent ) : void
sender Object
mevent NewTOAPIA.UI.MouseActivityArgs
return void

OnSurfaceCreated() public method

public OnSurfaceCreated ( System.Guid uniqueID ) : void
uniqueID System.Guid
return void

OnValidateSurface() public method

public OnValidateSurface ( System.Guid surfaceID ) : void
surfaceID System.Guid
return void

ReceiveData() public method

public ReceiveData ( BufferChunk aRecord ) : void
aRecord BufferChunk
return void

ReceiveFrame() public method

public ReceiveFrame ( RtpStream ea ) : void
ea RtpStream
return void

SpaceCommandDecoder() public method

public SpaceCommandDecoder ( IReceiveSpaceControl commandReceiver ) : System
commandReceiver IReceiveSpaceControl
return System