C# Class Sphere_Editor.EditorComponents.ZoneControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

DrawZone() public méthode

public DrawZone ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

ZoneControl() public méthode

public ZoneControl ( ) : System
Résultat System

ZoneControl() public méthode

public ZoneControl ( BinaryReader stream ) : System
stream System.IO.BinaryReader
Résultat System

ZoneControl() public méthode

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
Résultat System