C# Class PolygonEditor.Gui.GameForm

Inheritance: EditorObjects.EditorWindow
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
FrameUpdate ( ) : void
GameForm ( ) : System
ProcessCommandLineArgument ( string argument ) : void

Protected Methods

Method Description
ProcessDroppedFile ( string fileName ) : void

Private Methods

Method Description
GameForm_DragDrop ( object sender, DragEventArgs e ) : void

Method Details

FrameUpdate() public method

public FrameUpdate ( ) : void
return void

GameForm() public method

public GameForm ( ) : System
return System

ProcessCommandLineArgument() public method

public ProcessCommandLineArgument ( string argument ) : void
argument string
return void

ProcessDroppedFile() protected method

protected ProcessDroppedFile ( string fileName ) : void
fileName string
return void