메소드 | 설명 | |
---|---|---|
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, |
||
OnSurfaceCreated ( System.Guid uniqueID ) : void | ||
OnValidateSurface ( System.Guid surfaceID ) : void | ||
ReceiveData ( BufferChunk aRecord ) : void | ||
ReceiveFrame ( RtpStream ea ) : void | ||
SpaceCommandDecoder ( IReceiveSpaceControl commandReceiver ) : System |
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 |
public OnCopyPixels ( int x, int y, int width, int height, PixelBuffer pixBuff ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
pixBuff | PixelBuffer | |
리턴 | void |
public OnCreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void | ||
title | string | |
frame | RECT | |
uniqueID | System.Guid | |
리턴 | void |
public OnInvalidateSurfaceRect ( System.Guid surfaceID, RECT rect ) : void | ||
surfaceID | System.Guid | |
rect | RECT | |
리턴 | void |
public OnMouseActivity ( Object sender, |
||
sender | Object | |
mevent | ||
리턴 | void |
public OnSurfaceCreated ( System.Guid uniqueID ) : void | ||
uniqueID | System.Guid | |
리턴 | void |
public OnValidateSurface ( System.Guid surfaceID ) : void | ||
surfaceID | System.Guid | |
리턴 | void |
public SpaceCommandDecoder ( IReceiveSpaceControl commandReceiver ) : System | ||
commandReceiver | IReceiveSpaceControl | |
리턴 | System |