C# Class Heroes.Core.Map.Controller

Show file Open project: edwardsak/homm

Public Properties

Property Type Description
Draw DrawDelegate

Public Methods

Method Description
Controller ( Control target ) : System
Render ( ) : void

Protected Methods

Method Description
CalculateTimeDependentInformation ( ) : void

Method Details

CalculateTimeDependentInformation() protected method

protected CalculateTimeDependentInformation ( ) : void
return void

Controller() public method

public Controller ( Control target ) : System
target System.Windows.Forms.Control
return System

Render() public method

public Render ( ) : void
return void

Property Details

Draw public property

public DrawDelegate Draw
return DrawDelegate