C# Class SnapNProjector.Projector

Inheritance: Window
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Projector ( ) : System

Private Methods

Method Description
ReceiveImage ( int x, int y, PixelBuffer24 aImage ) : void

This method is called through an Event dispatch. It is registered with the DataChangedEvent of the viewer class. It should be raised whenever a new set of drawing commands hits to viewer from the network.

Method Details

Projector() public method

public Projector ( ) : System
return System