C# Класс HamSketch.GraphicsChannel

Наследование: NewTOAPIA.Drawing.GraphPortDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
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