C# 클래스 HumLog.SpaceCommandDecoder

상속: IReceiveSpaceControl
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
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

메소드 상세

OnAlphaBlend() 공개 메소드

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
리턴 void

OnCopyPixels() 공개 메소드

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

OnCreateSurface() 공개 메소드

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

OnInvalidateSurfaceRect() 공개 메소드

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

OnMouseActivity() 공개 메소드

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

OnSurfaceCreated() 공개 메소드

public OnSurfaceCreated ( System.Guid uniqueID ) : void
uniqueID System.Guid
리턴 void

OnValidateSurface() 공개 메소드

public OnValidateSurface ( System.Guid surfaceID ) : void
surfaceID System.Guid
리턴 void

ReceiveData() 공개 메소드

public ReceiveData ( BufferChunk aRecord ) : void
aRecord BufferChunk
리턴 void

ReceiveFrame() 공개 메소드

public ReceiveFrame ( RtpStream ea ) : void
ea RtpStream
리턴 void

SpaceCommandDecoder() 공개 메소드

public SpaceCommandDecoder ( IReceiveSpaceControl commandReceiver ) : System
commandReceiver IReceiveSpaceControl
리턴 System