C# Class CNCMaps.Engine.Rendering.DebugDrawingSurfaceWindow

Inheritance: System.Windows.Forms.Form
Show file Open project: zzattack/ccmaps-net Class Usage Examples

Public Methods

Method Description
DebugDrawingSurfaceWindow ( ) : System.Linq
DebugDrawingSurfaceWindow ( CNCMaps.Engine.Rendering.DrawingSurface ds, TileLayer tiles, Theater t, Map map ) : System.Linq

Private Methods

Method Description
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBox1_MouseMove ( object sender, MouseEventArgs e ) : void

Method Details

DebugDrawingSurfaceWindow() public method

public DebugDrawingSurfaceWindow ( ) : System.Linq
return System.Linq

DebugDrawingSurfaceWindow() public method

public DebugDrawingSurfaceWindow ( CNCMaps.Engine.Rendering.DrawingSurface ds, TileLayer tiles, Theater t, Map map ) : System.Linq
ds CNCMaps.Engine.Rendering.DrawingSurface
tiles TileLayer
t CNCMaps.Engine.Game.Theater
map CNCMaps.Engine.Map.Map
return System.Linq