C# Class ImageServer.Program

Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Méthodes publiques

Свойство Type Description
ImageData byte[]
ImageWidth int
MainForm Form1
Server Lidgren.Network.NetServer

Méthodes publiques

Méthode Description
Start ( string filename ) : void

Private Methods

Méthode Description
AppLoop ( object sender, EventArgs e ) : void
Main ( ) : void

Method Details

Start() public static méthode

public static Start ( string filename ) : void
filename string
Résultat void

Property Details

ImageData public_oe static_oe property

public static byte[] ImageData
Résultat byte[]

ImageWidth public_oe static_oe property

public static int ImageWidth
Résultat int

MainForm public_oe static_oe property

public static Form1 MainForm
Résultat Form1

Server public_oe static_oe property

public static NetServer,Lidgren.Network Server
Résultat Lidgren.Network.NetServer