C# Class MegaMan.LevelEditor.GraphicalOverlay

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Private Properties

Свойство Type Description
Control_Paint void
Form_Resize void
OnPaint void
form_ControlAdded void

Méthodes publiques

Méthode Description
Add ( Control control ) : void
Invalidate ( ) : void

Méthodes protégées

Méthode Description
GraphicalOverlay ( ) : System

Private Methods

Méthode Description
Control_Paint ( object sender, PaintEventArgs e ) : void
Form_Resize ( object sender, EventArgs e ) : void
OnPaint ( object sender, PaintEventArgs e ) : void
form_ControlAdded ( object sender, ControlEventArgs e ) : void

Method Details

Add() public méthode

public Add ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

GraphicalOverlay() protected méthode

protected GraphicalOverlay ( ) : System
Résultat System

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void