C# 클래스 ShowIt.ReceivingTexture

상속: IHaveTexture, IReceiveDesktopFrame
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

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

메소드 상세

PixBltLum24() 공개 메소드

public PixBltLum24 ( PixelArray pixMap, int x, int y ) : void
pixMap PixelArray
x int
y int
리턴 void

PixBltPixelBuffer24() 공개 메소드

public PixBltPixelBuffer24 ( GDIDIBSection pixMap, int x, int y ) : void
pixMap NewTOAPIA.Drawing.GDI.GDIDIBSection
x int
y int
리턴 void

ReceiveDesktopFrame() 공개 메소드

public ReceiveDesktopFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
리턴 void

ReceivingTexture() 공개 메소드

public ReceivingTexture ( GraphicsInterface gi, int width, int height ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
리턴 System