C# Class Sphere_Editor.EditorComponents.ZoneControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Radnen/spherestudio

Public Methods

Method Description
DrawZone ( Graphics g ) : void
ZoneControl ( ) : System
ZoneControl ( BinaryReader stream ) : System
ZoneControl ( int x, int y, int width, int height, int layer_num ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DestroyZoneItem_Click ( object sender, EventArgs e ) : void
EditZoneItem_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Save ( BinaryWriter binwrite ) : void
Set ( ) : void
Zone_MouseDown ( object sender, MouseEventArgs e ) : void
Zone_MouseMove ( object sender, MouseEventArgs e ) : void
Zone_MouseUp ( object sender, MouseEventArgs e ) : void
Zone_Paint ( object sender, PaintEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DrawZone() public method

public DrawZone ( Graphics g ) : void
g System.Drawing.Graphics
return void

ZoneControl() public method

public ZoneControl ( ) : System
return System

ZoneControl() public method

public ZoneControl ( BinaryReader stream ) : System
stream System.IO.BinaryReader
return System

ZoneControl() public method

public ZoneControl ( int x, int y, int width, int height, int layer_num ) : System
x int
y int
width int
height int
layer_num int
return System