Méthode | Description | |
---|---|---|
AlphaBlend ( int x, int y, int width, int height, PixelBuffer24 pixBuff, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void | ||
CopyPixels ( int x, int y, int width, int height, PixelBuffer24 pixBuff ) : void | ||
CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void | ||
InvalidateSurfaceRect ( System.Guid surfaceID, RECT frame ) : void | ||
MouseActivity ( object sender, NewTOAPIA mevent ) : void | ||
ScaleBitmap ( PixelBuffer24 aBitmap, RECT aFrame ) : void | ||
SpaceCommandEncoder ( RtpSender sender ) : System | ||
ValidateSurface ( System.Guid surfaceID ) : void |
Méthode | Description | |
---|---|---|
PackCommand ( |
||
SpaceCommandEncoder ( ) : System |
public AlphaBlend ( int x, int y, int width, int height, PixelBuffer24 pixBuff, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
pixBuff | PixelBuffer24 | |
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
alpha | byte | |
Résultat | void |
public CopyPixels ( int x, int y, int width, int height, PixelBuffer24 pixBuff ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
pixBuff | PixelBuffer24 | |
Résultat | void |
public CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void | ||
title | string | |
frame | RECT | |
uniqueID | System.Guid | |
Résultat | void |
public InvalidateSurfaceRect ( System.Guid surfaceID, RECT frame ) : void | ||
surfaceID | System.Guid | |
frame | RECT | |
Résultat | void |
public MouseActivity ( object sender, NewTOAPIA mevent ) : void | ||
sender | object | |
mevent | NewTOAPIA | |
Résultat | void |
public ScaleBitmap ( PixelBuffer24 aBitmap, RECT aFrame ) : void | ||
aBitmap | PixelBuffer24 | |
aFrame | RECT | |
Résultat | void |
public SpaceCommandEncoder ( RtpSender sender ) : System | ||
sender | RtpSender | |
Résultat | System |
public ValidateSurface ( System.Guid surfaceID ) : void | ||
surfaceID | System.Guid | |
Résultat | void |