C# Class ImageServer.Program

Exibir arquivo Open project: RegrowthStudios/VoxelRTS

Public Properties

Property Type Description
ImageData byte[]
ImageWidth int
MainForm Form1
Server Lidgren.Network.NetServer

Public Methods

Method Description
Start ( string filename ) : void

Private Methods

Method Description
AppLoop ( object sender, EventArgs e ) : void
Main ( ) : void

Method Details

Start() public static method

public static Start ( string filename ) : void
filename string
return void

Property Details

ImageData public_oe static_oe property

public static byte[] ImageData
return byte[]

ImageWidth public_oe static_oe property

public static int ImageWidth
return int

MainForm public_oe static_oe property

public static Form1 MainForm
return Form1

Server public_oe static_oe property

public static NetServer,Lidgren.Network Server
return Lidgren.Network.NetServer