C# Class ShaderToy.OutputPanelFermat

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Patapom/GodComplex

Protected Properties

Свойство Type Description
m_Bitmap System.Drawing.Bitmap

Méthodes publiques

Méthode Description
OutputPanelFermat ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
UpdateBitmap ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OutputPanelFermat() public méthode

public OutputPanelFermat ( IContainer container ) : System
container IContainer
Résultat System

UpdateBitmap() protected méthode

protected UpdateBitmap ( ) : void
Résultat void

Property Details

m_Bitmap protected_oe property

protected Bitmap,System.Drawing m_Bitmap
Résultat System.Drawing.Bitmap