C# 클래스 HamSketch.GraphicsChannel

상속: NewTOAPIA.Drawing.GraphPortDelegate
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GraphicsChannel ( IGraphPort localRenderer, PayloadChannel channel ) : System

비공개 메소드들

메소드 설명
GDIChunkPacked ( NewTOAPIA command ) : void

The GraphportChunkEncoder calls this method automatically when it has a chunk that is ready to send out to the network.

GDICommandReceived ( object sender, RtpStream ea ) : void

This method is registered with the Channel to received any frames of data that come from the network. The ea.Frame property contains a BufferChunk that has the data in it from the sender.

메소드 상세

GraphicsChannel() 공개 메소드

public GraphicsChannel ( IGraphPort localRenderer, PayloadChannel channel ) : System
localRenderer IGraphPort
channel PayloadChannel
리턴 System