C# Class ShowIt.ReceivingTexture

Inheritance: IHaveTexture, IReceiveDesktopFrame
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
PixBltLum24 ( PixelArray pixMap, int x, int y ) : void
PixBltPixelBuffer24 ( GDIDIBSection pixMap, int x, int y ) : void
ReceiveDesktopFrame ( object sender, RtpStream ea ) : void
ReceivingTexture ( GraphicsInterface gi, int width, int height ) : System

Method Details

PixBltLum24() public méthode

public PixBltLum24 ( PixelArray pixMap, int x, int y ) : void
pixMap PixelArray
x int
y int
Résultat void

PixBltPixelBuffer24() public méthode

public PixBltPixelBuffer24 ( GDIDIBSection pixMap, int x, int y ) : void
pixMap NewTOAPIA.Drawing.GDI.GDIDIBSection
x int
y int
Résultat void

ReceiveDesktopFrame() public méthode

public ReceiveDesktopFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
Résultat void

ReceivingTexture() public méthode

public ReceivingTexture ( GraphicsInterface gi, int width, int height ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
Résultat System